fix(dashboard): actually lazy load reports
This commit is contained in:
@@ -31,6 +31,7 @@ export function ReportFunnelChart() {
|
||||
};
|
||||
const res = api.chart.funnel.useQuery(input, {
|
||||
keepPreviousData: true,
|
||||
enabled: !isLazyLoading,
|
||||
});
|
||||
|
||||
if (isLazyLoading || res.isLoading) {
|
||||
|
||||
Reference in New Issue
Block a user