-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feat]: Report Activity Data productivity (#3613)
* feat: report activity data productivity * fix: Condition is always false * fix:Enhance error handling in fetchReport function * fix: improve null checks and error handling in useReportActivity hook - Simplify mergedProps and setData validation - Remove redundant setData([]) initialization - Add consistent mergedProps check in fetchStatisticsCounts - Optimize dependency array in useMemo - Improve type safety with null coalescing for tenantId * fix: improve null checks and error handling in useReportActivity hook - Simplify mergedProps and setData validation - Remove redundant setData([]) initialization - Add consistent mergedProps check in fetchStatisticsCounts - Optimize dependency array in useMemo - Improve type safety with null coalescing for tenantId
- Loading branch information
1 parent
ecb6aec
commit 72e8642
Showing
7 changed files
with
258 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
apps/web/app/[locale]/dashboard/app-url/components/GroupBySelect.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.