1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00

Remove commented out lines

This commit is contained in:
Andrew Kingston 2021-02-09 16:55:59 +00:00
parent a79ccc47b4
commit 9512f6a840

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,
})
})