Fixed goals query.

This commit is contained in:
Mike Cao
2025-05-31 09:46:36 -07:00
parent 49bcbfd7f9
commit f6c3ad5aa6
8 changed files with 38 additions and 30 deletions

View File

@@ -12,5 +12,6 @@ export function useReportQuery(reportId: string) {
...data,
});
},
enabled: !!reportId,
});
}