Skip to content

Commit

Permalink
[INLONG-11643][Dashboard] MySQL node password changed to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
wohainilaodou committed Jan 6, 2025
1 parent 303d0c6 commit 534aae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inlong-dashboard/src/plugins/nodes/defaults/MySQL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 534aae2

Please sign in to comment.