From 6b2116b0ee01785d33b899e60c73163e38c75dfb Mon Sep 17 00:00:00 2001 From: wuwenfu Date: Thu, 14 Mar 2024 14:53:24 +0800 Subject: [PATCH] Fixing the issue of being unable to connect to the default account in ClickHouse. The default account in ClickHouse is 'default', and the password is empty. --- web/components/database/form-dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/database/form-dialog.tsx b/web/components/database/form-dialog.tsx index 4e7fcb679..1b9e30907 100644 --- a/web/components/database/form-dialog.tsx +++ b/web/components/database/form-dialog.tsx @@ -95,7 +95,7 @@ function FormDialog({ open, choiceDBType, dbTypeList, editValue, dbNames, onClos - +