mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix unused variable
This commit is contained in:
@@ -19,9 +19,6 @@ import { Component, OnInit, AfterViewChecked, ViewChild } from '@angular/core';
|
||||
import { ALFRESCO_TASKLIST_DIRECTIVES } from 'ng2-activiti-tasklist';
|
||||
import { ActivitiForm } from 'ng2-activiti-form';
|
||||
|
||||
import { ObjectDataTableAdapter, ObjectDataColumn } from 'ng2-alfresco-datatable';
|
||||
|
||||
|
||||
declare let __moduleName: string;
|
||||
declare var componentHandler;
|
||||
|
||||
@@ -48,9 +45,6 @@ export class ActivitiDemoComponent implements OnInit, AfterViewChecked {
|
||||
|
||||
taskFilter: any;
|
||||
|
||||
constructor() {
|
||||
}
|
||||
|
||||
setChoice($event) {
|
||||
this.currentChoice = $event.target.value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user