diff --git a/packages/nc-gui/components/dlg/AirtableImport.vue b/packages/nc-gui/components/dlg/AirtableImport.vue index cdb87ef5cd..f6c3cc6ce3 100644 --- a/packages/nc-gui/components/dlg/AirtableImport.vue +++ b/packages/nc-gui/components/dlg/AirtableImport.vue @@ -64,6 +64,7 @@ const syncSource = ref({ syncLookup: true, syncFormula: false, syncAttachment: true, + syncUsers: true, }, }, }) @@ -174,6 +175,7 @@ async function loadSyncSrc() { syncLookup: true, syncFormula: false, syncAttachment: true, + syncUsers: true, }, }, } @@ -334,6 +336,13 @@ onMounted(async () => { + +
+ + {{ $t('labels.importUsers') }} + +
+