Skip to content

Commit 20c66f6

Browse files
default confirmation strat
1 parent 29e714e commit 20c66f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/vue-app-new/src/store/form.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const formDataStore = reactive<FormData>({
2121
enable: false,
2222
logoLight: "",
2323
logoDark: "",
24+
confirmationStrategy: "default",
2425
},
2526
useAccountAbstractionProvider: false,
2627
useAAWithExternalWallet: true,

0 commit comments

Comments
 (0)