Browse Source

chore(gui-v2): fix formatting

pull/2885/head
Wing-Kam Wong 2 years ago
parent
commit
6d02903efa
  1. 3
      packages/nc-gui-v2/components/dlg/AirtableImport.vue

3
packages/nc-gui-v2/components/dlg/AirtableImport.vue

@ -335,8 +335,7 @@ onBeforeUnmount(() => {
</div>
</a-card>
<div class="flex justify-center items-center">
<a-button v-if="showGoToDashboardButton" class="mt-4" size="large" @click="dialogShow = false"
>Go to Dashboard</a-button
<a-button v-if="showGoToDashboardButton" class="mt-4" size="large" @click="dialogShow = false">Go to Dashboard</a-button
>
</div>
</div>

Loading…
Cancel
Save