mirror of
https://github.com/rustfs/console.git
synced 2026-09-21 14:19:08 +08:00
fix: fix form validate rustfs/rustfs#956
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<Checkbox
|
||||
:checked="formData.events.includes(event.value)"
|
||||
class="mt-1"
|
||||
@update:checked="handleEventChecked(event.value, $event)"
|
||||
@update:modelValue="handleEventChecked(event.value, $event)"
|
||||
/>
|
||||
<span>{{ t(event.labelKey) }}</span>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user