Rename form data bindings to Fields instead of Schema
This commit is contained in:
parent
77e2ce8eba
commit
284018fefa
|
@ -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…
Reference in New Issue