Browse Source

chore(nc-gui): lint

pull/3933/head
braks 2 years ago
parent
commit
0a3787a556
  1. 1
      packages/nc-gui/components/smartsheet/sidebar/MenuTop.vue
  2. 3
      packages/nc-gui/pages/index/index/index.vue

1
packages/nc-gui/components/smartsheet/sidebar/MenuTop.vue

@ -17,7 +17,6 @@ import {
useDialog,
useI18n,
useNuxtApp,
useRoute,
useRouter,
viewTypeAlias,
watch,

3
packages/nc-gui/pages/index/index/index.vue

@ -198,8 +198,7 @@ onBeforeMount(loadProjects)
<a-skeleton />
</div>
<a-table
v-else :custom-row="customRow" :data-source="filteredProjects" :pagination="{ position: ['bottomCenter'] }">
<a-table v-else :custom-row="customRow" :data-source="filteredProjects" :pagination="{ position: ['bottomCenter'] }">
<template #emptyText>
<a-empty :image="Empty.PRESENTED_IMAGE_SIMPLE" :description="$t('labels.noData')" />
</template>

Loading…
Cancel
Save