Remove commented out lines
This commit is contained in:
parent
1eb216ace3
commit
4493a0896f
|
@ -153,8 +153,6 @@ export const getContextBindings = (rootComponent, componentId) => {
|
||||||
// datasource options, based on bindable properties
|
// datasource options, based on bindable properties
|
||||||
fieldSchema,
|
fieldSchema,
|
||||||
providerId: component._id,
|
providerId: component._id,
|
||||||
// tableId: table._id,
|
|
||||||
// field: key,
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
@ -186,8 +184,6 @@ export const getContextBindings = (rootComponent, componentId) => {
|
||||||
// datasource options, based on bindable properties
|
// datasource options, based on bindable properties
|
||||||
fieldSchema,
|
fieldSchema,
|
||||||
providerId: "user",
|
providerId: "user",
|
||||||
// tableId: TableNames.USERS,
|
|
||||||
// field: key,
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue