Skip to content

Commit

Permalink
πŸ› Fix email verify checkbox not checked in user setting
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed May 28, 2024
1 parent 7858b79 commit d38c906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/nft-book-store/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
<UFormGroup label="Is Liker ID Email verified">
<UCheckbox
:value="bookUser?.isEmailVerified"
:checked="bookUser?.notificationEmail"
label="Is Liker ID Email verified"
disabled
:ui="{ base: 'font-mono' }"
Expand Down

0 comments on commit d38c906

Please sign in to comment.