From 399e1dc6d4923945a8619fe90f0eef10dc3351cc Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Thu, 10 Jul 2025 10:52:20 +0800 Subject: [PATCH] fix: correct syntax error in checkbox label rendering in AuthorizedWorkspaceDialog.vue --- ui/src/views/system-shared/AuthorizedWorkspaceDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/system-shared/AuthorizedWorkspaceDialog.vue b/ui/src/views/system-shared/AuthorizedWorkspaceDialog.vue index 9112fc06e..42a92ed32 100644 --- a/ui/src/views/system-shared/AuthorizedWorkspaceDialog.vue +++ b/ui/src/views/system-shared/AuthorizedWorkspaceDialog.vue @@ -34,7 +34,7 @@ @change="handleCheckAllChange" v-if="!search" > - {{ $t('views.shared.allCheck') }}< + {{ $t('views.shared.allCheck') }}