Browse Source

fix: onClick clear option of editColumn default value should clear

pull/7270/head
Ramesh Mane 9 months ago
parent
commit
f89577f7a3
  1. 2
      packages/nc-gui/components/smartsheet/column/DefaultValue.vue

2
packages/nc-gui/components/smartsheet/column/DefaultValue.vue

@ -65,7 +65,7 @@ watch(
:is="iconMap.close"
v-if="![UITypes.Year, UITypes.SingleSelect, UITypes.MultiSelect].includes(vModel.uidt)"
class="w-4 h-4 cursor-pointer rounded-full !text-black-500 text-gray-500 cursor-pointer hover:bg-gray-50"
@click="cdfValue = null"
@click="updateCdfValue(null)"
/>
</div>
</div>

Loading…
Cancel
Save