Browse Source

fix: removed the other issue code

pull/6121/head
sreehari jayaraj 11 months ago
parent
commit
da83ddbc8d
  1. 1
      packages/nc-gui/pages/[projectType]/form/[viewId]/index/index.vue

1
packages/nc-gui/pages/[projectType]/form/[viewId]/index/index.vue

@ -168,6 +168,7 @@ const onDecode = async (scannedCodeValue: string) => {
class="nc-input truncate"
:data-testid="`nc-form-input-cell-${field.label || field.title}`"
:class="`nc-form-input-${field.title?.replaceAll(' ', '')}`"
:style="{ paddingLeft: '0.5rem !important' }"
:column="field"
:edit-enabled="editEnabled[index]"
@click="editEnabled[index] = true"

Loading…
Cancel
Save