We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a8271 commit 7d9832cCopy full SHA for 7d9832c
ui/src/views/infra/ZoneUpdate.vue
@@ -93,7 +93,7 @@
93
<template #label>
94
<tooltip-label :title="$t('label.localstorageenabled')" :tooltip="apiParams.localstorageenabled.description"/>
95
</template>
96
- <a-switch v-model:value="form.localstorageenabled" />
+ <a-switch v-model:checked="form.localstorageenabled" />
97
</a-form-item>
98
99
<a-form-item name="storageaccessgroups" ref="storageaccessgroups">
0 commit comments