Skip to content

Commit

Permalink
[INLONG-9489][Dashboard] Transform remove missing stream id (apache#9490
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bluewang authored Dec 15, 2023
1 parent 47c4fa0 commit 7fe1edd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const Comp = ({ inlongGroupId, inlongStreamId, readonly }: Props, ref) => {
},
});
},
[getList],
[getList, inlongGroupId, inlongStreamId],
);

const onChange = useCallback(({ current: pageNum, pageSize }) => {
Expand Down

0 comments on commit 7fe1edd

Please sign in to comment.