Browse Source

chore: lint

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/9077/head
Pranav C 4 months ago
parent
commit
76dc00de6c
  1. 1
      packages/nc-gui/composables/useSharedFormViewStore.ts

1
packages/nc-gui/composables/useSharedFormViewStore.ts

@ -365,7 +365,6 @@ const [useProvideSharedFormStore, useSharedFormStore] = useInjectionState((share
const preFillValue = await getPreFillValue(c, decodedQueryParam) const preFillValue = await getPreFillValue(c, decodedQueryParam)
if (preFillValue !== undefined) { if (preFillValue !== undefined) {
debugger
if (isLinksOrLTAR(c)) { if (isLinksOrLTAR(c)) {
// Prefill Link to another record / Links form state // Prefill Link to another record / Links form state
additionalState.value[c.title] = preFillValue additionalState.value[c.title] = preFillValue

Loading…
Cancel
Save