Skip to content

Commit

Permalink
🚸 Set gift dialog email input type
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Sep 14, 2024
1 parent 7517b45 commit d919267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NFTBook/GiftDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
/>
<TextField
v-model="toEmail"
type="email"
required
class="mt-[4px]"
:placeholder="$t('nft_book_gift_dialog_placeholder_to_email')"
Expand Down

0 comments on commit d919267

Please sign in to comment.