Skip to content

Commit

Permalink
fix projects in sidenav fetch on item click from breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Oct 24, 2023
1 parent 7d47273 commit 6e1ba0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/states/projects/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export interface ProjectsStateItem {
image: string;
name: string;
directParent: Common["directParent"];
rootCommonId?: string;
hasMembership?: boolean;
hasPermissionToAddProject?: boolean;
notificationsAmount?: number;
Expand Down

0 comments on commit 6e1ba0d

Please sign in to comment.