Skip to content

Commit 2267c48

Browse files
committed
fix(ui): disable checkbox External for existing users
1 parent b28d166 commit 2267c48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/components/UserForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
</v-col>
106106
<v-col cols="6" v-if="isAdmin">
107107
<v-checkbox
108+
:disabled="!isNew"
108109
dense
109110
hide-details
110111
v-model="item.external"

0 commit comments

Comments
 (0)