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

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


The following commit(s) were added to refs/heads/master by this push:
     new aededa8316 [INLONG-11643][Dashboard] The MySQL node password is not 
required (#11644)
aededa8316 is described below

commit aededa831679f5ee0139698c60f7d7eac824eb9a
Author: kamianlaida <[email protected]>
AuthorDate: Mon Jan 6 10:11:05 2025 +0800

    [INLONG-11643][Dashboard] The MySQL node password is not required (#11644)
---
 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 f4aa1e2b3f..edde46094d 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;

Reply via email to