Browse Source

fix(gui-v2): columns -> localColumns

pull/3030/head
Wing-Kam Wong 2 years ago
parent
commit
a52a73b0cc
  1. 2
      packages/nc-gui-v2/components/smartsheet/Form.vue

2
packages/nc-gui-v2/components/smartsheet/Form.vue

@ -342,7 +342,7 @@ watch(
</div>
</template>
<template #footer>
<div v-if="!columns.length" class="mt-4 border-dashed border-2 border-gray-400 py-3 text-gray-400 text-center">
<div v-if="!localColumns.length" class="mt-4 border-dashed border-2 border-gray-400 py-3 text-gray-400 text-center">
Drag and drop fields here to add
</div>
</template>

Loading…
Cancel
Save