diff --git a/web/app/components/apps/list.tsx b/web/app/components/apps/list.tsx index c657a474d0..5607ddcd47 100644 --- a/web/app/components/apps/list.tsx +++ b/web/app/components/apps/list.tsx @@ -106,9 +106,10 @@ const List: FC = ({ } = useInfiniteAppList(appListQueryParams, { enabled: !isCurrentWorkspaceDatasetOperator }) useEffect(() => { - if (controlRefreshList > 0) - console.log('mute') - // mutate() + if (controlRefreshList > 0) { + refetch() + } + // eslint-disable-next-line react-hooks/exhaustive-deps }, [controlRefreshList]) const anchorRef = useRef(null)