diff --git a/src/pages/dashboard/workplace/overview.tsx b/src/pages/dashboard/workplace/overview.tsx index 7a5eb42..78ee815 100644 --- a/src/pages/dashboard/workplace/overview.tsx +++ b/src/pages/dashboard/workplace/overview.tsx @@ -67,6 +67,7 @@ function Overview() { setLoading(true); const res: any = await getOverviewHome(); if (res.code === 200) setData(res.data); + setLoading(false); };