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

FEAT #13742 TIME 0:15 fix js error

parent 5ee76ba5
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ import { LinkResourceModalComponent } from './linkResourceModal/link-resource-mo
import { FunctionsService } from '../../service/functions.service';
import { ContactsListModalComponent } from '../contact/list/modal/contacts-list-modal.component';
import { of } from 'rxjs/internal/observable/of';
import { PrivilegeService } from '../../service/privileges.service';
declare var $: any;
......@@ -45,6 +46,7 @@ export class LinkedResourceListComponent implements OnInit {
public appService: AppService,
public dialog: MatDialog,
public functions: FunctionsService,
public privilegeService: PrivilegeService
) { }
ngOnInit(): void {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment