[WEB-507] fix: cycle lead details not visible (#3750)

* fix: cycle lead details

* revert: sidebar padding changes
This commit is contained in:
Aaryan Khandelwal 2024-02-23 18:52:47 +05:30 committed by GitHub
parent 5571d42e10
commit 27fcfcf620
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ export interface ICycle {
is_favorite: boolean;
issue: string;
name: string;
owned_by: string;
owned_by_id: string;
progress_snapshot: TProgressSnapshot;
project_id: string;
status: TCycleGroups;