force initial update

This commit is contained in:
Florian Dold 2016-11-23 16:50:30 +01:00
parent b65f8d83c2
commit 5c17f4b61e

View File

@ -169,6 +169,7 @@ class ExchangeSelection extends ImplicitStateComponent<ExchangeSelectionProps> {
constructor(props: ExchangeSelectionProps) {
super(props);
this.onUrlChanged(props.suggestedExchangeUrl || null);
this.forceReserveUpdate();
}