Browse Source

chore: remove debug code

pull/2552/head
Wing-Kam Wong 2 years ago
parent
commit
0857756aed
  1. 2
      packages/nc-gui/components/project/spreadsheet/components/SharedViewsList.vue

2
packages/nc-gui/components/project/spreadsheet/components/SharedViewsList.vue

@ -51,7 +51,6 @@
</template>
</td>
<td class="caption">
{{ currentView }}
<template v-if="'download' in currentView">
<span>{{ ~~currentView.download === 1 ? '✔' : '❌' }}</span>
</template>
@ -95,7 +94,6 @@
</template>
</td>
<td class="caption">
{{ link }}
<template v-if="'download' in link">
<span>{{ ~~link.download === 1 ? '✔' : '❌' }}</span>
</template>

Loading…
Cancel
Save