Browse Source

Rename form data bindings to Fields instead of Schema

pull/4023/head
Andrew Kingston 6 years ago
parent
commit
284018fefa
  1. 2
      packages/builder/src/builderStore/dataBinding.js

2
packages/builder/src/builderStore/dataBinding.js

@ -107,7 +107,7 @@ const getContextBindings = (asset, componentId) => {
// Forms are an edge case which do not need table schemas
if (isForm) {
schema = buildFormSchema(component)
tableName = "Schema"
tableName = "Fields"
} else {
if (!datasource) {
return

Loading…
Cancel
Save