1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

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 77e2ce8eba
commit 284018fefa

View file

@ -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