From 9962e47f17528ea56f66198431d728147be3bfac Mon Sep 17 00:00:00 2001 From: William Chong Date: Thu, 3 Aug 2023 15:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Set=20default=20price=20to=20128?= 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') },