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 e51a8fa commit 45d84f3Copy full SHA for 45d84f3
demo/vue-app-new/src/MainView.vue
@@ -211,7 +211,7 @@ onBeforeMount(() => {
211
formData.network = json.network;
212
formData.whiteLabel = json.whiteLabel;
213
formData.walletPlugin = json.walletPlugin;
214
- formData.nftCheckoutPlugin = json.nftCheckoutPlugin;
+ formData.nftCheckoutPlugin = json.nftCheckoutPlugin || {};
215
formData.useAccountAbstractionProvider = json.useAccountAbstractionProvider;
216
formData.smartAccountType = json.smartAccountType;
217
formData.bundlerUrl = json.bundlerUrl;
0 commit comments