mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fixed trailing comma
This commit is contained in:
@@ -101,7 +101,7 @@ export class ActivitiDemoComponent implements AfterViewChecked {
|
|||||||
text: this.taskFilter.filter.name,
|
text: this.taskFilter.filter.name,
|
||||||
assignment: this.taskFilter.filter.assignment,
|
assignment: this.taskFilter.filter.assignment,
|
||||||
state: this.taskFilter.filter.state,
|
state: this.taskFilter.filter.state,
|
||||||
sort: this.taskFilter.filter.sort,
|
sort: this.taskFilter.filter.sort
|
||||||
};
|
};
|
||||||
this.activititasklist.load(new TaskQueryRequestRepresentationModel(requestNode));
|
this.activititasklist.load(new TaskQueryRequestRepresentationModel(requestNode));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user