From 546f06a23c352a4e3c90514bf5bf22534d5d44b7 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Sat, 25 Jun 2022 12:16:45 +0530 Subject: [PATCH] refactor: disable ludicrous mode option Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- packages/nc-gui/components/import/ImportFromAirtable.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/nc-gui/components/import/ImportFromAirtable.vue b/packages/nc-gui/components/import/ImportFromAirtable.vue index 845947a760..a3264182a3 100644 --- a/packages/nc-gui/components/import/ImportFromAirtable.vue +++ b/packages/nc-gui/components/import/ImportFromAirtable.vue @@ -8,7 +8,6 @@
🚀
@@ -357,10 +356,10 @@ export default { this.$toast.error(await this._extractSdkResponseErrorMsg(e)).goAway(3000) } }, - enableTurbo() { - this.$set(this.syncSource.details.options, 'syncViews', true) - this.$toast.success('🚀🚀 Ludicrous mode activated! Let\'s go! 🚀🚀').goAway(3000) - }, + // enableTurbo() { + // this.$set(this.syncSource.details.options, 'syncViews', true) + // this.$toast.success('🚀🚀 Ludicrous mode activated! Let\'s go! 🚀🚀').goAway(3000) + // }, migrateSync(src) { if (!src.details?.options) { src.details.options = {