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 b1ad10f51f [INLONG-8661][Dashboard] Fix:field require (#8662)
b1ad10f51f is described below
commit b1ad10f51f26b0e9d7708bb375ccff8301a280b3
Author: EpicMo <[email protected]>
AuthorDate: Tue Aug 8 16:06:01 2023 +0800
[INLONG-8661][Dashboard] Fix:field require (#8662)
---
inlong-dashboard/src/plugins/sources/defaults/MySQLBinlog.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inlong-dashboard/src/plugins/sources/defaults/MySQLBinlog.ts
b/inlong-dashboard/src/plugins/sources/defaults/MySQLBinlog.ts
index 517bd57a2d..c379fb74c4 100644
--- a/inlong-dashboard/src/plugins/sources/defaults/MySQLBinlog.ts
+++ b/inlong-dashboard/src/plugins/sources/defaults/MySQLBinlog.ts
@@ -154,7 +154,7 @@ export default class TubeMqSource
@FieldDecorator({
type: 'input',
- rules: [{ required: true }],
+ rules: [{ required: false }],
tooltip: i18n.t('meta.Sources.Db.DatabaseWhiteListHelp'),
props: values => ({
disabled: values?.status === 101,