Browse Source

fix: Fixed bug with expanded form comment list not coming up

pull/6539/head
Muhammed Mustafa 1 year ago
parent
commit
901a9bf642
  1. 2
      packages/nc-gui/components/smartsheet/expanded-form/index.vue

2
packages/nc-gui/components/smartsheet/expanded-form/index.vue

@ -353,7 +353,7 @@ watch(
)
const showRightSections = computed(() => {
return !isNew && commentsDrawer && isUIAllowed('commentList')
return !isNew.value && commentsDrawer.value && isUIAllowed('commentList')
})
</script>

Loading…
Cancel
Save