leezng commented on a change in pull request #3278:
URL: https://github.com/apache/incubator-inlong/pull/3278#discussion_r831131479
##########
File path: inlong-dashboard/src/pages/AccessCreate/DataStream/index.tsx
##########
@@ -46,10 +46,11 @@ const Comp = ({ inlongGroupId, middlewareType }: Props,
ref) => {
useRequest(
{
url: '/stream/listAll',
- params: {
+ method: 'POST',
+ data: {
pageSize: 100,
pageNum: 1,
- inlongGroupId,
+ inlongGroupId: inlongGroupId,
Review comment:
There is no need to rewrite v if the kv in the object is consistent.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]