This is an automated email from the ASF dual-hosted git repository.
healchow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git
The following commit(s) were added to refs/heads/master by this push:
new c0e91be70 [INLONG-4031][Dashboard] Fix the kafka sink partition num
key (#4032)
c0e91be70 is described below
commit c0e91be70699cb5e569e9dafa1f76ff3fb13cd90
Author: woofyzhao <[email protected]>
AuthorDate: Fri Apr 29 18:53:57 2022 +0800
[INLONG-4031][Dashboard] Fix the kafka sink partition num key (#4032)
---
inlong-dashboard/src/components/MetaData/StorageKafka.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inlong-dashboard/src/components/MetaData/StorageKafka.tsx
b/inlong-dashboard/src/components/MetaData/StorageKafka.tsx
index 5e6212f8c..277a150e7 100644
--- a/inlong-dashboard/src/components/MetaData/StorageKafka.tsx
+++ b/inlong-dashboard/src/components/MetaData/StorageKafka.tsx
@@ -74,7 +74,7 @@ const getForm: GetStorageFormFieldsType = (
_inTable: true,
},
{
- name:
i18n.t('components.AccessHelper.StorageMetaData.Kafka.PartitionNum'),
+ name: 'partitionNum',
type: 'inputnumber',
label:
i18n.t('components.AccessHelper.StorageMetaData.Kafka.PartitionNum'),
initialValue: 3,