mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 20:49: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 });
|
updateState({ saving: false });
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
console(err);
|
console.log(err);
|
||||||
updateState({ saving: false });
|
updateState({ saving: false });
|
||||||
|
throw new Error('seal operation failed');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user