We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a90518 commit 1ca4560Copy full SHA for 1ca4560
1 file changed
src/components/modals/MultisigAnnouncementModal.vue
@@ -45,7 +45,7 @@ export default defineComponent({
45
}
46
47
function close() {
48
- window.localStorage.setItem(MULTISIG_ANNOUNCEMENT_MODAL_LOCALSTORAGE_KEY, 'true');
+ window.localStorage.setItem(MULTISIG_ANNOUNCEMENT_MODAL_LOCALSTORAGE_KEY, '1');
49
modal$.value!.forceClose();
50
51
0 commit comments