Skip to content

Commit a65f457

Browse files
authored
Fix create wallet @click (#605)
1 parent 1e2cfa8 commit a65f457

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/dashboard/import_modals/CreateWalletModal.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@ function submit() {
110110
>
111111
{{ translation.popupCancel }}
112112
</button>
113-
<button class="pivx-button-big">
113+
<button class="pivx-button-big" @click="submit()">
114114
<span
115-
@click="submit()"
116115
data-testid="wroteSeedphraseDown"
117116
aclass="buttoni-text"
118117
>

0 commit comments

Comments
 (0)