Skip to content

Commit 45edf82

Browse files
[UI] Fix for local storage enable/disable toggle in edit zone (#11309)
1 parent 1a9efe8 commit 45edf82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/infra/ZoneUpdate.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<template #label>
9494
<tooltip-label :title="$t('label.localstorageenabled')" :tooltip="apiParams.localstorageenabled.description"/>
9595
</template>
96-
<a-switch v-model:value="form.localstorageenabled" />
96+
<a-switch v-model:checked="form.localstorageenabled" />
9797
</a-form-item>
9898

9999
<a-form-item name="storageaccessgroups" ref="storageaccessgroups">

0 commit comments

Comments
 (0)