diff --git a/src/modules/market/components/MerchantStore.vue b/src/modules/market/components/MerchantStore.vue index 2666af1..3e6896f 100644 --- a/src/modules/market/components/MerchantStore.vue +++ b/src/modules/market/components/MerchantStore.vue @@ -449,13 +449,13 @@ - + Create New Store -
+
@@ -466,7 +466,6 @@ placeholder="Enter your store name" :disabled="isCreatingStall" v-bind="componentField" - :key="`store-name-${formKey}`" autocomplete="off" spellcheck="false" /> @@ -486,7 +485,6 @@ placeholder="Describe your store and products" :disabled="isCreatingStall" v-bind="componentField" - :key="`store-description-${formKey}`" autocomplete="off" spellcheck="false" /> @@ -644,6 +642,7 @@