Skip to content

Commit

Permalink
🚸 Make filling required information as default tab (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt authored Nov 25, 2023
1 parent 9222092 commit 1f6860b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/mint-nft/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
<UTabs
class="w-full"
:items="[
{ label: 'By uploading data files', slot: 'upload' },
{ label: 'By filling required information', slot: 'input' },
{ label: 'By uploading data files', slot: 'upload' },
]"
>
<template #upload>
Expand Down

0 comments on commit 1f6860b

Please sign in to comment.