Skip to content
Snippets Groups Projects
Commit 2be266bb authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #00000 TIME 0 fix prod

parent bd5a5dd1
Branches
Tags
No related merge requests found
......@@ -47,6 +47,8 @@ export class FolderActionListComponent implements OnInit {
@Input() totalRes: number;
@Input() contextMode: boolean;
@Input() currentFolderInfo: any;
@Input() currentResource: any;
@Output() refreshEvent = new EventEmitter<string>();
@Output() refreshPanelFolders = new EventEmitter<string>();
......
......@@ -47,6 +47,7 @@ export class FollowedActionListComponent implements OnInit {
@Input() totalRes: number;
@Input() contextMode: boolean;
@Input() currentFolderInfo: any;
@Input() currentResource: any;
@Input() menuShortcut: MenuShortcutComponent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment