Browse Source

fix/resolved issue regarding EditOrAdd

pull/3057/head
Muhammed Mustafa 2 years ago committed by Pranav C
parent
commit
5de83162fc
  1. 2
      packages/nc-gui-v2/components/smartsheet-column/EditOrAdd.vue

2
packages/nc-gui-v2/components/smartsheet-column/EditOrAdd.vue

@ -112,7 +112,7 @@ watch(
/>
</a-form-item>
<a-form-item
v-if="!editColumnDropdown && onlyNameUpdateOnEditColumns.find((col) => col === formState.uidt)"
v-if="!(editColumnDropdown && !!onlyNameUpdateOnEditColumns.find((col) => col === formState.uidt))"
:label="$t('labels.columnType')"
>
<a-select

Loading…
Cancel
Save