mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-23 12:08:32 +00:00
Fix updating Providers page after configuring a provider
This commit is contained in:
parent
51d475a9bf
commit
c2731c3390
@ -28,6 +28,7 @@ public partial class ProvidersPage : BasicComponent
|
|||||||
{
|
{
|
||||||
Providers = AppState.Storage.Providers.Where(x => AppState.SelectedNetwork != null && x.IsNetworkSupported(AppState.SelectedNetwork)).ToArray();
|
Providers = AppState.Storage.Providers.Where(x => AppState.SelectedNetwork != null && x.IsNetworkSupported(AppState.SelectedNetwork)).ToArray();
|
||||||
RefreshCards();
|
RefreshCards();
|
||||||
|
base.OnInitialized();
|
||||||
}
|
}
|
||||||
|
|
||||||
private IProvider[] Providers { get; set; }
|
private IProvider[] Providers { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user