Browse Source

fix: small bug with at import UI

nc-feat/attachment-clean-up
mertmit 4 months ago
parent
commit
958a1f96ed
  1. 1
      packages/nc-gui/components/dlg/AirtableImport.vue

1
packages/nc-gui/components/dlg/AirtableImport.vue

@ -235,6 +235,7 @@ async function sync() {
method: 'POST',
headers: { 'xc-auth': $state.token.value as string },
})
listeningForUpdates.value = false
listenForUpdates(jobData.id)
} catch (e: any) {
message.error(await extractSdkResponseErrorMsg(e))

Loading…
Cancel
Save