Browse Source

remove unused lines

pull/4242/head
redhoyasa 2 years ago
parent
commit
fba63b5f2a
  1. 4
      packages/nc-gui/components/smartsheet/Gallery.vue

4
packages/nc-gui/components/smartsheet/Gallery.vue

@ -214,9 +214,6 @@ watch(view, async (nextView) => {
</div> </div>
<div class="flex flex-row w-full pb-3 pt-2 pl-2 items-center justify-start"> <div class="flex flex-row w-full pb-3 pt-2 pl-2 items-center justify-start">
<div v-if="isRowEmpty(record, col)" class="h-3 bg-gray-200 px-5 rounded-lg"></div>
<template v-else>
<LazySmartsheetVirtualCell <LazySmartsheetVirtualCell
v-if="isVirtualCol(col)" v-if="isVirtualCol(col)"
v-model="record.row[col.title]" v-model="record.row[col.title]"
@ -231,7 +228,6 @@ watch(view, async (nextView) => {
:edit-enabled="false" :edit-enabled="false"
:read-only="true" :read-only="true"
/> />
</template>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save