mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
disable/enable user switch fixed
This commit is contained in:
@@ -116,7 +116,7 @@ onMounted(() => {
|
||||
<v-switch
|
||||
:disabled="item.selectable.id == auth.user?.id"
|
||||
v-model="item.selectable.enabled"
|
||||
:update:modelValue="disableUser(item.selectable)"
|
||||
@change="disableUser(item.selectable)"
|
||||
hide-details
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user