WASM State Fixes
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
@code {
|
||||
private const string DarkModeKey = "darkMode";
|
||||
private bool _isDarkMode = true;
|
||||
private bool _isDarkMode = false;
|
||||
private PersistingComponentStateSubscription _persistingSubscription;
|
||||
|
||||
[Inject] public required PersistentComponentState PersistentState { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user