Browse Source

remove isChildrenLoading.value = true

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 11 months ago
parent
commit
b34c954837
  1. 4
      packages/nc-gui/components/virtual-cell/components/ListChildItems.vue

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

@ -60,8 +60,6 @@ const {
displayValueProp, displayValueProp,
} = useLTARStoreOrThrow() } = useLTARStoreOrThrow()
isChildrenLoading.value = true
const { isNew, state, removeLTARRef, addLTARRef } = useSmartsheetRowStoreOrThrow() const { isNew, state, removeLTARRef, addLTARRef } = useSmartsheetRowStoreOrThrow()
watch( watch(
@ -69,8 +67,6 @@ 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