From 534aae215e586eaf5910dc2e27d97edf54006760 Mon Sep 17 00:00:00 2001 From: wohainilaodou Date: Mon, 6 Jan 2025 09:37:26 +0800 Subject: [PATCH] [INLONG-11643][Dashboard] MySQL node password changed to optional --- inlong-dashboard/src/plugins/nodes/defaults/MySQL.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/inlong-dashboard/src/plugins/nodes/defaults/MySQL.ts b/inlong-dashboard/src/plugins/nodes/defaults/MySQL.ts index f4aa1e2b3f4..edde46094d9 100644 --- a/inlong-dashboard/src/plugins/nodes/defaults/MySQL.ts +++ b/inlong-dashboard/src/plugins/nodes/defaults/MySQL.ts @@ -35,7 +35,6 @@ export default class MySQLNode extends NodeInfo implements DataWithBackend, Rend @FieldDecorator({ type: 'password', - rules: [{ required: true }], }) @I18n('meta.Nodes.MySQL.Password') token: string;