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 7fe1eddc4b [INLONG-9489][Dashboard] Transform remove missing stream id
(#9490)
7fe1eddc4b is described below
commit 7fe1eddc4b5c92bc64063abc00eace4ac80e496f
Author: Lizhen <[email protected]>
AuthorDate: Fri Dec 15 19:02:12 2023 +0800
[INLONG-9489][Dashboard] Transform remove missing stream id (#9490)
---
inlong-dashboard/src/ui/pages/SynchronizeDetail/SyncTransform/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/inlong-dashboard/src/ui/pages/SynchronizeDetail/SyncTransform/index.tsx
b/inlong-dashboard/src/ui/pages/SynchronizeDetail/SyncTransform/index.tsx
index 61b4edbf29..ea622631d6 100644
--- a/inlong-dashboard/src/ui/pages/SynchronizeDetail/SyncTransform/index.tsx
+++ b/inlong-dashboard/src/ui/pages/SynchronizeDetail/SyncTransform/index.tsx
@@ -94,7 +94,7 @@ const Comp = ({ inlongGroupId, inlongStreamId, readonly }:
Props, ref) => {
},
});
},
- [getList],
+ [getList, inlongGroupId, inlongStreamId],
);
const onChange = useCallback(({ current: pageNum, pageSize }) => {