chore: handled error in activityIdsByIssueId in store and added new filed in the project types and handled the default active filters in constants in activity constants (#5185)
This commit is contained in:
parent
8f9b568a65
commit
eca79f33b6
4 changed files with 8 additions and 7 deletions
1
packages/types/src/project/projects.d.ts
vendored
1
packages/types/src/project/projects.d.ts
vendored
|
|
@ -35,6 +35,7 @@ export interface IProject {
|
|||
anchor: string | null;
|
||||
is_favorite: boolean;
|
||||
is_member: boolean;
|
||||
is_time_tracking_enabled: boolean;
|
||||
logo_props: TLogoProps;
|
||||
member_role: EUserProjectRoles | null;
|
||||
members: IProjectMemberLite[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue