Skip to content

Commit 399e1dc

Browse files
committed
fix: correct syntax error in checkbox label rendering in AuthorizedWorkspaceDialog.vue
1 parent 6e42642 commit 399e1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/system-shared/AuthorizedWorkspaceDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@change="handleCheckAllChange"
3535
v-if="!search"
3636
>
37-
{{ $t('views.shared.allCheck') }}<
37+
{{ $t('views.shared.allCheck') }}
3838
</el-checkbox>
3939
<el-checkbox-group
4040
class="checkbox-group-block"

0 commit comments

Comments
 (0)