You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ Refactor analysis API and update query hooks (#2481)
This commit introduces a comprehensive refactor of the analysis API,
consolidating various report fetching functions and updating the
corresponding hooks in the application. The following changes were made:
- Replaced old report fetching functions with new ones in `analysis.ts`.
- Updated components to use the new hooks for fetching application
issues, insights, and incidents.
- Removed deprecated query hooks from `issues.ts` to streamline the
codebase.
Part-of: #2445
---------
Signed-off-by: Scott J Dickerson <[email protected]>
Copy file name to clipboardExpand all lines: client/src/app/pages/issues/issue-detail-drawer/file-incidents-detail-modal/file-incidents-detail-modal.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ import { AppPlaceholder } from "@app/components/AppPlaceholder";
0 commit comments