Browse Source

fix: migration-enable attachment download by default

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/2175/head
Raju Udava 2 years ago
parent
commit
d7bd9a6c23
  1. 6
      packages/nc-gui/components/import/ImportFromAirtable.vue

6
packages/nc-gui/components/import/ImportFromAirtable.vue

@ -300,7 +300,8 @@ export default {
syncData: true, syncData: true,
syncRollup: false, syncRollup: false,
syncLookup: true, syncLookup: true,
syncFormula: false syncFormula: false,
syncAttachment: true
} }
} }
} }
@ -329,7 +330,8 @@ export default {
syncData: true, syncData: true,
syncRollup: false, syncRollup: false,
syncLookup: true, syncLookup: true,
syncFormula: false syncFormula: false,
syncAttachment: true
} }
src.details.options.syncViews = src.syncViews src.details.options.syncViews = src.syncViews
delete src.syncViews delete src.syncViews

Loading…
Cancel
Save