[WEB-2421] chore: issue display properties and issue identifier improvements. (#5577)

* [WEB-2421] chore: issue display properties and issue identifier improvements.

* chore: remove yarn.lock changes.
This commit is contained in:
Prateek Shourya 2024-09-10 21:49:57 +05:30 committed by GitHub
parent 71f3c5c12a
commit 00b76300f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 138 additions and 57 deletions

View file

@ -127,6 +127,7 @@ export interface IIssueDisplayProperties {
updated_on?: boolean;
modules?: boolean;
cycle?: boolean;
issue_type?: boolean;
}
export type TIssueKanbanFilters = {