This is an automated email from the ASF dual-hosted git repository.
gosonzhang 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 fd8a2b1 [INLONG-1902] Access create params error (#1903)
fd8a2b1 is described below
commit fd8a2b15333a25175746afa0f4cc4e3d010a71a9
Author: Daniel <[email protected]>
AuthorDate: Fri Dec 3 15:23:29 2021 +0800
[INLONG-1902] Access create params error (#1903)
---
inlong-website/src/pages/AccessCreate/Business/config.tsx | 3 ---
inlong-website/src/pages/AccessCreate/index.tsx | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/inlong-website/src/pages/AccessCreate/Business/config.tsx
b/inlong-website/src/pages/AccessCreate/Business/config.tsx
index 847520f..607f40f 100644
--- a/inlong-website/src/pages/AccessCreate/Business/config.tsx
+++ b/inlong-website/src/pages/AccessCreate/Business/config.tsx
@@ -42,12 +42,9 @@ export const getFormContent = ({ changedValues, isUpdate })
=>
</Divider>
),
},
- 'bgName',
- 'productId',
'name',
'cnName',
'inCharges',
- 'followers',
'description',
{
type: (
diff --git a/inlong-website/src/pages/AccessCreate/index.tsx
b/inlong-website/src/pages/AccessCreate/index.tsx
index 77bfe4d..2028ae8 100644
--- a/inlong-website/src/pages/AccessCreate/index.tsx
+++ b/inlong-website/src/pages/AccessCreate/index.tsx
@@ -83,7 +83,7 @@ const Create: React.FC = () => {
setMiddlewareType(result.middlewareType);
setGroupId(result.inlongGroupId);
history.push({
- search: `?inlongGroupId=${result}&step=1`,
+ search: `?inlongGroupId=${result.inlongGroupId}&step=1`,
});
}
} finally {