mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
fixing seal failure message
This commit is contained in:
parent
10cbd3eaab
commit
91f6bdb6b5
@ -283,8 +283,9 @@ export function useProfile() {
|
||||
updateState({ saving: false });
|
||||
}
|
||||
catch(err) {
|
||||
console(err);
|
||||
console.log(err);
|
||||
updateState({ saving: false });
|
||||
throw new Error('seal operation failed');
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user