Browse Source

refactoring

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2068/head
Pranav C 2 years ago
parent
commit
3fe6c8cd83
  1. 4
      packages/nc-gui/components/import/ImportFromAirtable.vue

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

@ -5,7 +5,7 @@
<h3 class="mt-2">
{{ $t('title.importFromAirtable') }}
</h3>
<div class="ml-2 mt-3 title pointer" @click="enableTurbo">
<div v-t="['c:airtable-import:turbo-mode']" class="ml-2 mt-3 title pointer" @click="enableTurbo">
🚀
</div>
<v-spacer />
@ -242,7 +242,7 @@ export default {
},
enableTurbo() {
this.$set(this.syncSource.details, 'syncViews', true)
this.$toast.success('Turbo mode activated! 🚀🚀🚀🚀').goAway(3000)
this.$toast.success('🚀🚀 Ludicrous mode activated! Let\'s go! 🚀🚀').goAway(3000)
}
}
}

Loading…
Cancel
Save