Skip to content

Commit 08a7ab2

Browse files
committed
Account: Disable "gender" dropdown when busy #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent 5538170 commit 08a7ab2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/page/settings/account.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<v-select v-model="user.Details.Gender"
1313
:label="$gettext('Gender')"
1414
hide-details box flat
15+
:disabled="busy"
1516
item-text="text"
1617
item-value="value"
1718
color="secondary-dark"

0 commit comments

Comments
 (0)