[WEB-2795]chore:removed header links for project bread crumb inside project detail and list (#6116)

* removed header links for project bread crumb inside project detail

* Add total issue count while syncing project to telemetry

---------

Co-authored-by: Satish Gandham <satish.iitg@gmail.com>
This commit is contained in:
Vamsi Krishna 2024-11-29 11:39:44 +05:30 committed by GitHub
parent 41c0ba502c
commit 4aa01ffebe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 2 additions and 16 deletions

View file

@ -95,6 +95,7 @@ export type TIssuesResponse = {
total_pages: number;
extra_stats: null;
results: TIssueResponseResults;
total_results: number;
};
export type TBulkIssueProperties = Pick<