Skip to content

Commit

Permalink
fix token id
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine committed Dec 11, 2023
1 parent 5a75b91 commit 3756dc1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/js/components/pages/create/CreateCollection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@
/>
</div>
<div class="flex-1">
<TokenIdInput v-model="inputs.tokenId" :dusk="`input_token-id-${index + 1}`" />
<TokenIdInput
v-model="inputs.tokenId"
:dusk="`input_token-id-${index + 1}`"
:name="`input_token-id-${index + 1}`"
/>
</div>
</template>
</FormList>
Expand Down

0 comments on commit 3756dc1

Please sign in to comment.