mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
test fix
This commit is contained in:
@@ -32,7 +32,7 @@ export class ObjectDataTableAdapter implements DataTableAdapter {
|
||||
private _rows: DataRow[];
|
||||
private _columns: DataColumn[];
|
||||
|
||||
static generatechema(rowToExaminate: any) {
|
||||
static generateSchema(rowToExaminate: any) {
|
||||
let schema = [];
|
||||
|
||||
if (typeof rowToExaminate === 'object') {
|
||||
|
Reference in New Issue
Block a user