Browse Source

refactor(nc-gui): revise audit description

pull/5403/head
Wing-Kam Wong 2 years ago
parent
commit
55f9281c25
  1. 2
      packages/nc-gui/composables/useExpandedFormStore.ts

2
packages/nc-gui/composables/useExpandedFormStore.ts

@ -126,7 +126,7 @@ const [useProvideExpandedFormStore, useExpandedFormStore] = useInjectionState((m
await api.utils.commentRow({
fk_model_id: meta.value?.id as string,
row_id: rowId,
description: comment.value,
description: `The following comment has been created: ${comment.value}`,
})
comment.value = ''

Loading…
Cancel
Save