Skip to content

Commit 92efc98

Browse files
committed
update checkbox labels
1 parent aa5d040 commit 92efc98

File tree

1 file changed

+3
-3
lines changed
  • apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/modules/components

1 file changed

+3
-3
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/modules/components/mintable.stories.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,21 @@ function Component() {
8585
value={isErc721}
8686
onChange={setIsErc721}
8787
id="isErc721"
88-
label="Show Amount Input"
88+
label="isErc721"
8989
/>
9090

9191
<CheckboxWithLabel
9292
value={isSequentialTokenIdInstalled}
9393
onChange={setIsSequentialTokenIdInstalled}
9494
id="isSequentialTokenIdInstalled"
95-
label="Show Token ID Input"
95+
label="isSequentialTokenIdInstalled"
9696
/>
9797

9898
<CheckboxWithLabel
9999
value={isBatchMetadataInstalled}
100100
onChange={setIsBatchMetadataInstalled}
101101
id="isBatchMetadataInstalled"
102-
label="Show Metadata Input"
102+
label="isBatchMetadataInstalled"
103103
/>
104104
</div>
105105

0 commit comments

Comments
 (0)