mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:02:46 +00:00
fix: correct syntax error in checkbox label rendering in AuthorizedWorkspaceDialog.vue
This commit is contained in:
parent
6e426426c3
commit
399e1dc6d4
|
|
@ -34,7 +34,7 @@
|
|||
@change="handleCheckAllChange"
|
||||
v-if="!search"
|
||||
>
|
||||
{{ $t('views.shared.allCheck') }}<
|
||||
{{ $t('views.shared.allCheck') }}
|
||||
</el-checkbox>
|
||||
<el-checkbox-group
|
||||
class="checkbox-group-block"
|
||||
|
|
|
|||
Loading…
Reference in New Issue