mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-864] codelyzer form component (#2076)
This commit is contained in:
@@ -29,7 +29,7 @@ import { DynamicTableColumn, DynamicTableModel, DynamicTableRow } from './dynami
|
||||
styleUrls: ['./dynamic-table.widget.css'],
|
||||
host: baseHost
|
||||
})
|
||||
export class DynamicTableWidget extends WidgetComponent implements OnInit {
|
||||
export class DynamicTableWidgetComponent extends WidgetComponent implements OnInit {
|
||||
|
||||
ERROR_MODEL_NOT_FOUND = 'Table model not found';
|
||||
|
||||
|
Reference in New Issue
Block a user