From 89d6ab2cea14d504bdf973815823775ee74373dd Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Fri, 27 May 2022 14:54:21 +0530 Subject: [PATCH] fix: migration-enable attachment download by default Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- packages/nc-gui/components/import/ImportFromAirtable.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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