Browse Source

feat(nc-gui): allow comment op type only

pull/5341/head
Wing-Kam Wong 2 years ago
parent
commit
37ffa63e8d
  1. 2
      packages/nc-gui/components/smartsheet/expanded-form/Comments.vue

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

@ -84,7 +84,7 @@ watch(
</div>
<template #overlay>
<a-menu @click="contextMenu = false">
<a-menu v-if="log.op_type === 'COMMENT'" @click="contextMenu = false">
<a-menu-item key="copy-comment" @click="copyComment(log.description)">
<div v-e="['a:comment:copy']" class="nc-project-menu-item">
{{ t('activity.copyComment') }}

Loading…
Cancel
Save