ui: Fix template delete issue (#6340)

This commit is contained in:
Pearl Dsilva 2022-04-29 21:50:32 +05:30 committed by GitHub
parent 3c63e57590
commit 887153197d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@
style="overflow-y: auto">
</a-table>
<a-spin :spinning="deleteLoading">
<a-form-item ref="forcedDelete" name="forcedDelete" :label="$t('label.isforced')" style="margin-bottom: 0;">
<a-form-item :label="$t('label.isforced')" style="margin-bottom: 0;">
<a-switch v-model:checked="forcedDelete" v-focus="true"></a-switch>
</a-form-item>
<div :span="24" class="action-button">