From 50c10d252b38f72e09fc98761850a916b579de50 Mon Sep 17 00:00:00 2001 From: William Chong <6198816+williamchong@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:41:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Set=20default=20price=20to=20128?= =?UTF-8?q?=20(#380)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/NFTMint/WriterMessage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/NFTMint/WriterMessage.vue b/components/NFTMint/WriterMessage.vue index 75b34289..ee7eb5f6 100644 --- a/components/NFTMint/WriterMessage.vue +++ b/components/NFTMint/WriterMessage.vue @@ -143,7 +143,7 @@ > {{ $t('NFTPortal.label.initialBatch.input') }} @@ -173,7 +173,7 @@ export default class WriterMessage extends Vue { userInfo: any = undefined avatar: string = '' displayName: string = this.address - shouldShowSettings = false + shouldShowSettings = true shouldShowAdvancedSettings = false initialBatchOptions = [ { batch: -1, price: this.$t('NFTPortal.label.initialBatch.free') },