[CSTPER-3620] Workflow Actions refresh entire MyDSpace page instead of just WorkflowItem

Lint
This commit is contained in:
Alessandro Martelli
2021-01-29 19:31:54 +01:00
parent c65dfc7303
commit 54c405994c
12 changed files with 34 additions and 34 deletions

View File

@@ -101,7 +101,7 @@ export class ClaimedTaskActionsComponent extends MyDSpaceActionsComponent<Claime
}
ngOnDestroy() {
console.log('Destroy of ClaimedTaskActionComponent', this.object)
console.log('Destroy of ClaimedTaskActionComponent', this.object);
}
}