Skip to content

Commit 45d84f3

Browse files
committed
fix issue with cached data in session storage of demo app
1 parent e51a8fa commit 45d84f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/vue-app-new/src/MainView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ onBeforeMount(() => {
211211
formData.network = json.network;
212212
formData.whiteLabel = json.whiteLabel;
213213
formData.walletPlugin = json.walletPlugin;
214-
formData.nftCheckoutPlugin = json.nftCheckoutPlugin;
214+
formData.nftCheckoutPlugin = json.nftCheckoutPlugin || {};
215215
formData.useAccountAbstractionProvider = json.useAccountAbstractionProvider;
216216
formData.smartAccountType = json.smartAccountType;
217217
formData.bundlerUrl = json.bundlerUrl;

0 commit comments

Comments
 (0)