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,
} = useLTARStoreOrThrow()
isChildrenLoading.value = true
const { isNew, state, removeLTARRef, addLTARRef } = useSmartsheetRowStoreOrThrow()
watch(
@ -69,8 +67,6 @@ watch(
(nextVal) => {
if ((nextVal[0] || nextVal[1]) && !isNew.value) {
loadChildrenList()
} else {
isChildrenLoading.value = false
}
},
{ immediate: true },

Loading…
Cancel
Save