diff --git a/packages/nc-gui/components/smartsheet/expanded-form/Comments.vue b/packages/nc-gui/components/smartsheet/expanded-form/Comments.vue index a04d613bc8..4ea457b5f3 100644 --- a/packages/nc-gui/components/smartsheet/expanded-form/Comments.vue +++ b/packages/nc-gui/components/smartsheet/expanded-form/Comments.vue @@ -22,6 +22,11 @@ const { isUIAllowed } = useUIPermission() const hasEditPermission = $computed(() => isUIAllowed('commentEditable')) +// currently, edit option is disable on purpose +// since the current update wouldn't keep track of the previous values +// need history of edit feature in order to enable it back +const disableEditOption = ref(true) + let editLog = $ref() let isEditing = $ref(false) @@ -168,7 +173,7 @@ watch( {{ t('general.copy') }} - +
{{ t('general.edit') }}