Browse Source

refactor: reorder menu items

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

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

@ -86,6 +86,13 @@
hide-details
dense
/>
<v-checkbox
v-model="syncSource.details.options.syncViews"
class="caption"
label="Import Secondary Views"
hide-details
dense
/>
<v-checkbox
v-model="syncSource.details.options.syncRollup"
class="caption"
@ -107,13 +114,6 @@
hide-details
dense
/>
<v-checkbox
v-model="syncSource.details.options.syncViews"
class="caption"
label="Import Secondary Views"
hide-details
dense
/>
<v-tooltip bottom>
<template #activator="{ on }">
<div v-on="on">

Loading…
Cancel
Save