ui: fix bulk destroy vm with expunge (#6098)

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2022-03-11 19:26:55 +05:30 committed by GitHub
parent 7e6339753d
commit 401a89cf56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
<template #label>
<tooltip-label :title="$t('label.expunge')" :tooltip="apiParams.expunge.description"/>
</template>
<a-switch v-model:value="expunge" v-focus="true" />
<a-switch v-model:checked="expunge" v-focus="true" />
</a-form-item>
</div>