Skip to content

Commit 4fd18e4

Browse files
committed
Dashboard: Disable pay modal in ERC1155 set claim conditions if cost estimation is already done in dashboard
1 parent 21d5d0b commit 4fd18e4

File tree

1 file changed

+2
-0
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/tokens/create/nft

1 file changed

+2
-0
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/tokens/create/nft/create-nft-page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ export function CreateNFTPage(props: {
328328
);
329329
}
330330

331+
await sendAndConfirmTxNoPayModal.mutateAsync(tx);
332+
} else if (totalBatches > 1) {
331333
await sendAndConfirmTxNoPayModal.mutateAsync(tx);
332334
} else {
333335
await sendAndConfirmTx.mutateAsync(tx);

0 commit comments

Comments
 (0)