Browse Source

fix: added missing line break

pull/7298/head
Ramesh Mane 6 months ago
parent
commit
37ab476224
  1. 1
      packages/nc-gui/pages/index/[typeOrId]/form/[viewId]/index/index.vue

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

@ -22,6 +22,7 @@ function isRequired(_columnObj: Record<string, any>, required = false) {
}
const { isMobileMode } = useGlobal()
const fieldTitleForCurrentScan = ref('')
const scannerIsReady = ref(false)

Loading…
Cancel
Save