fix: wallet save
This commit is contained in:
@ -262,8 +262,10 @@ export class WalletStore extends ExternalStore<WalletStoreSnapshot> {
|
||||
if (activeConfig) {
|
||||
activeConfig.data = JSON.stringify(data);
|
||||
}
|
||||
this.save();
|
||||
} else {
|
||||
this.notifyChange();
|
||||
}
|
||||
this.notifyChange();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user