expand exchange selection on error
This commit is contained in:
parent
45b9cf1924
commit
b65f8d83c2
@ -284,6 +284,7 @@ class ExchangeSelection extends ImplicitStateComponent<ExchangeSelectionProps> {
|
|||||||
let parsedUrl = URI(this.url()!);
|
let parsedUrl = URI(this.url()!);
|
||||||
if (parsedUrl.is("relative")) {
|
if (parsedUrl.is("relative")) {
|
||||||
this.statusString(i18n`Error: URL may not be relative`);
|
this.statusString(i18n`Error: URL may not be relative`);
|
||||||
|
this.detailCollapsed(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user