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