Browse Source

chore(gui-v2): remove console log

pull/3353/head
Wing-Kam Wong 2 years ago
parent
commit
d0952c1007
  1. 2
      packages/nc-gui-v2/composables/useLTARStore.ts

2
packages/nc-gui-v2/composables/useLTARStore.ts

@ -150,7 +150,7 @@ const [useProvideLTARStore, useLTARStore] = useInjectionState(
const loadChildrenList = async () => {
try {
if (colOptions.type === 'bt') return
// console.log(sharedView.value.view.project_id)
childrenList.value = await $api.dbTableRow.nestedList(
NOCO,
(project?.value?.id || sharedView?.value?.view?.project_id) as string,

Loading…
Cancel
Save