mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
make memo comment not selectable
This commit is contained in:
parent
bec95b9ec6
commit
cf5a8be57f
@ -45,7 +45,7 @@
|
||||
</template>
|
||||
<template #cell(memo)="row">
|
||||
{{ row.value }}
|
||||
<small v-if="isAddCommentToMemo(row.item)">
|
||||
<small v-if="isAddCommentToMemo(row.item)" class="no-select">
|
||||
<hr />
|
||||
{{ getMemoComment(row.item) }}
|
||||
</small>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user