mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove old unmaintained sub-projects (#5798)
* remove old unmaintained sub-projects * add missing dependency
This commit is contained in:
@@ -74,7 +74,7 @@ export class ClaimTaskCloudDirective implements OnInit {
|
||||
@HostListener('click')
|
||||
async onClick() {
|
||||
try {
|
||||
await await this.claimTask();
|
||||
await this.claimTask();
|
||||
} catch (error) {
|
||||
this.error.emit(error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user