Browse Source

fix(nc-gui): Added show more for SpecificDBType

pull/6632/head
Muhammed Mustafa 11 months ago
parent
commit
b362ebee0b
  1. 2
      packages/nc-gui/components/smartsheet/column/EditOrAdd.vue

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

@ -331,7 +331,7 @@ if (props.fromTableExplorer) {
</div>
<div
v-if="!props.hideAdditionalOptions && !isVirtualCol(formState.uidt) && !appInfo.ee"
v-if="!props.hideAdditionalOptions && !isVirtualCol(formState.uidt) && (!appInfo.ee || (appInfo.ee && !isXcdbBase(meta!.source_id) && formState.uidt === UITypes.SpecificDBType))"
class="text-xs cursor-pointer text-gray-400 nc-more-options mb-1 mt-4 flex items-center gap-1 justify-end"
@click="advancedOptions = !advancedOptions"
>

Loading…
Cancel
Save