From 9512f6a840290951c53da4ebc680b67cbe9ced7c Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Tue, 9 Feb 2021 16:55:59 +0000 Subject: [PATCH] Remove commented out lines --- packages/builder/src/builderStore/dataBinding.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/builder/src/builderStore/dataBinding.js b/packages/builder/src/builderStore/dataBinding.js index c57099fe1c..b94d0d841a 100644 --- a/packages/builder/src/builderStore/dataBinding.js +++ b/packages/builder/src/builderStore/dataBinding.js @@ -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, }) })