diff --git a/packages/nc-gui/components/import/ImportFromAirtable.vue b/packages/nc-gui/components/import/ImportFromAirtable.vue index 9185058444..f58b86df4f 100644 --- a/packages/nc-gui/components/import/ImportFromAirtable.vue +++ b/packages/nc-gui/components/import/ImportFromAirtable.vue @@ -300,7 +300,8 @@ export default { syncData: true, syncRollup: false, syncLookup: true, - syncFormula: false + syncFormula: false, + syncAttachment: true } } } @@ -329,7 +330,8 @@ export default { syncData: true, syncRollup: false, syncLookup: true, - syncFormula: false + syncFormula: false, + syncAttachment: true } src.details.options.syncViews = src.syncViews delete src.syncViews