Browse Source

fix(nc-gui): select field type test fail issue

pull/9986/head
Ramesh Mane 2 days ago
parent
commit
3982537890
  1. 5
      packages/nc-gui/components/smartsheet/column/EditOrAdd.vue

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

@ -1102,10 +1102,11 @@ watch(activeAiTab, (newValue) => {
> >
<NcTooltip <NcTooltip
class="w-full flex gap-2 items-center justify-between" class="w-full flex gap-2 items-center justify-between"
:data-testid="opt.name"
:data-title="formState?.type"
placement="right" placement="right"
:disabled="!opt?.tooltip" :disabled="!opt?.tooltip"
:attrs="{
'data-testid': opt.name,
}"
> >
<template #title> {{ opt?.tooltip }} </template> <template #title> {{ opt?.tooltip }} </template>
<div class="flex-1 flex gap-2 items-center max-w-[calc(100%_-_24px)]"> <div class="flex-1 flex gap-2 items-center max-w-[calc(100%_-_24px)]">

Loading…
Cancel
Save