1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Remove commented out lines

This commit is contained in:
Andrew Kingston 2021-02-09 16:55:59 +00:00
parent 1eb216ace3
commit 4493a0896f

View file

@ -153,8 +153,6 @@ export const getContextBindings = (rootComponent, componentId) => {
// datasource options, based on bindable properties
fieldSchema,
providerId: component._id,
// tableId: table._id,
// field: key,
})
})
})
@ -186,8 +184,6 @@ export const getContextBindings = (rootComponent, componentId) => {
// datasource options, based on bindable properties
fieldSchema,
providerId: "user",
// tableId: TableNames.USERS,
// field: key,
})
})