From ab6c20a20469d9d5bf014e1cae6b97da7f99ea58 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 26 Aug 2024 23:55:15 +0800 Subject: [PATCH] fix: wrong condition in h2 warning alert (#6526) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area ui /kind bug /milestone 2.19.0 #### What this PR does / why we need it: 修复 H2 数据库提示判断有误的问题。 #### Does this PR introduce a user-facing change? ```release-note None ``` --- ui/src/components/alerts/H2WarningAlert.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/alerts/H2WarningAlert.vue b/ui/src/components/alerts/H2WarningAlert.vue index f88972562..e8c8dedaf 100644 --- a/ui/src/components/alerts/H2WarningAlert.vue +++ b/ui/src/components/alerts/H2WarningAlert.vue @@ -17,7 +17,7 @@ const { data: info } = useQuery({