From 1d8d5251ae397477eeb2959b782270bb773db312 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 5 Feb 2026 11:29:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20domain-selector=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/plugins/common/domain-selector.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/certd-client/src/components/plugins/common/domain-selector.vue b/packages/ui/certd-client/src/components/plugins/common/domain-selector.vue index c7a17b7bc..6cdc9a665 100644 --- a/packages/ui/certd-client/src/components/plugins/common/domain-selector.vue +++ b/packages/ui/certd-client/src/components/plugins/common/domain-selector.vue @@ -94,7 +94,7 @@ const attrs = useAttrs(); const hasOptions: Ref = ref(null); const popupClassName = computed(() => { - if (hasOptions.value == null) { + if (!hasOptions.value) { return "hidden-important"; } return "";