diff --git a/src/pages/Stream/index.tsx b/src/pages/Stream/index.tsx index fdeb3047..c02a6482 100644 --- a/src/pages/Stream/index.tsx +++ b/src/pages/Stream/index.tsx @@ -47,7 +47,7 @@ const Logs: FC = () => { const fetchSchema = useCallback(() => { setStreamStore(streamChangeCleanup); getDataSchema(); - }, []); + }, [currentStream]); useEffect(() => { if (!_.isEmpty(currentStream)) {