expand exchange selection on error

This commit is contained in:
Florian Dold 2016-11-23 16:47:20 +01:00
parent 45b9cf1924
commit b65f8d83c2

View File

@ -284,6 +284,7 @@ class ExchangeSelection extends ImplicitStateComponent<ExchangeSelectionProps> {
let parsedUrl = URI(this.url()!);
if (parsedUrl.is("relative")) {
this.statusString(i18n`Error: URL may not be relative`);
this.detailCollapsed(false);
return;
}