1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Clafify comments

This commit is contained in:
Andrew Kingston 2021-11-12 15:27:42 +00:00
parent df455c2719
commit b7b8231c51

View file

@ -55,7 +55,7 @@ export const fetchDatasourceSchema = async dataSource => {
return dataSource.value?.schema 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 (type === "field") {
if (dataSource.fieldType === "attachment") { if (dataSource.fieldType === "attachment") {
return { return {