[DURACOM-133] Removed unused variable

This commit is contained in:
Alisa Ismailati
2023-05-22 09:11:15 +02:00
parent 3e202a67f1
commit d0ccb59424

View File

@@ -41,12 +41,6 @@ export class WorkspaceitemActionsComponent extends MyDSpaceActionsComponent<Work
*/ */
public processingDelete$ = new BehaviorSubject<boolean>(false); public processingDelete$ = new BehaviorSubject<boolean>(false);
/**
* A boolean representing if the user is an admin
* @type {Observable<boolean>}
*/
isAdmin$: Observable<boolean>;
/** /**
* A boolean representing if the user can edit the item * A boolean representing if the user can edit the item
* and therefore can delete it as well * and therefore can delete it as well