You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/09/15 01:25:51 UTC

[inlong] 02/02: [INLONG-5894][Dashboard] Remove the password required restrict for ClickHouse cluster (#5895)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch release-1.3.0
in repository https://gitbox.apache.org/repos/asf/inlong.git

commit 097c5935bc086d53208ec36f011641a2e76ae042
Author: Charles Zhang <do...@apache.org>
AuthorDate: Wed Sep 14 20:21:12 2022 +0800

    [INLONG-5894][Dashboard] Remove the password required restrict for ClickHouse cluster (#5895)
---
 inlong-dashboard/src/metas/sinks/clickhouse.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-dashboard/src/metas/sinks/clickhouse.tsx b/inlong-dashboard/src/metas/sinks/clickhouse.tsx
index 8941fa3bc..69ad65a46 100644
--- a/inlong-dashboard/src/metas/sinks/clickhouse.tsx
+++ b/inlong-dashboard/src/metas/sinks/clickhouse.tsx
@@ -104,7 +104,7 @@ const getForm: GetStorageFormFieldsType = (
       name: 'password',
       type: 'password',
       label: i18n.t('meta.Sinks.Password'),
-      rules: [{ required: true }],
+      rules: [{ required: false }],
       props: {
         disabled: isEdit && [110, 130].includes(currentValues?.status),
         style: {