Browse Source

fix: Linked records modal from form view is stuck with skeleton loader

Co-authored-by: gitstart <gitstart@gitstart.com>
Co-authored-by: sheldon-welinga <sheldonwelinga@gmail.com>
Co-authored-by: gitstart_bot <gitstart_bot@users.noreply.github.com>
pull/6855/head
gitstart 1 year ago
parent
commit
719647b133
  1. 2
      packages/nc-gui/components/virtual-cell/components/ListChildItems.vue

2
packages/nc-gui/components/virtual-cell/components/ListChildItems.vue

@ -69,6 +69,8 @@ watch(
(nextVal) => { (nextVal) => {
if ((nextVal[0] || nextVal[1]) && !isNew.value) { if ((nextVal[0] || nextVal[1]) && !isNew.value) {
loadChildrenList() loadChildrenList()
} else {
isChildrenLoading.value = false
} }
}, },
{ immediate: true }, { immediate: true },

Loading…
Cancel
Save