Browse Source

Clafify comments

master
Andrew Kingston 5 years ago
parent
commit
04e8c4a932
  1. 2
      packages/client/src/api/datasources.js

2
packages/client/src/api/datasources.js

@ -55,7 +55,7 @@ export const fetchDatasourceSchema = async dataSource => {
return dataSource.value?.schema
}
// Field sources will have their schema statically defined by the builder
// Field sources have their schema statically defined
if (type === "field") {
if (dataSource.fieldType === "attachment") {
return {

Loading…
Cancel
Save