Skip to content

Commit

Permalink
Account: Disable "gender" dropdown when busy #98
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mayer <michael@photoprism.app>
  • Loading branch information
lastzero committed Nov 5, 2022
1 parent 5538170 commit 08a7ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/page/settings/account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<v-select v-model="user.Details.Gender"
:label="$gettext('Gender')"
hide-details box flat
:disabled="busy"
item-text="text"
item-value="value"
color="secondary-dark"
Expand Down

0 comments on commit 08a7ab2

Please sign in to comment.