We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7cf953 commit ae65820Copy full SHA for ae65820
1 file changed
inlong-dashboard/src/ui/pages/GroupDetail/index.tsx
@@ -54,6 +54,10 @@ const Comp: React.FC = () => {
54
if (!hasOpened(current)) addOpened(current);
55
}, [current, addOpened, hasOpened]);
56
57
+ useEffect(() => {
58
+ setId(groupId);
59
+ }, [groupId]);
60
+
61
const { data } = useRequest(`/group/get/${id}`, {
62
ready: !!id && !mqType,
63
refreshDeps: [id],
0 commit comments