From b8b8ac628c6b034ca694524476ce96f8798d824d Mon Sep 17 00:00:00 2001 From: Wei-Jun Hung <33746295+WeiJun0827@users.noreply.github.com> Date: Mon, 14 Aug 2023 15:09:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Set=20default=20initial=20batch?= =?UTF-8?q?=20to=204=20(128=20LIKE)=20(#381)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nft/iscn/_iscnId.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/nft/iscn/_iscnId.vue b/pages/nft/iscn/_iscnId.vue index d1a4901d..2deb4c1d 100644 --- a/pages/nft/iscn/_iscnId.vue +++ b/pages/nft/iscn/_iscnId.vue @@ -263,7 +263,7 @@ export default class NFTTestMintPage extends Vue { reserveNft: number = 0 mintAmount: number = this.maxMintAmount - initialBatch: number = 0 + initialBatch: number = 4 shouldShowNoUrlWarning: boolean = false get isUserISCNOwner(): boolean {