Rename form data bindings to Fields instead of Schema

This commit is contained in:
Andrew Kingston 2021-02-16 13:17:13 +00:00
parent 5c6831b9c9
commit bd72b14ce3
1 changed files with 1 additions and 1 deletions

View File

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