fix(dashboard): remove loading state when we already have some data
This commit is contained in:
@@ -31,7 +31,7 @@ export function ReportFunnelChart() {
|
||||
keepPreviousData: true,
|
||||
});
|
||||
|
||||
if (isLazyLoading || res.isLoading || res.isFetching) {
|
||||
if (isLazyLoading || res.isLoading) {
|
||||
return <Loading />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user