Do not show edited indicator in history items
This commit is contained in:
parent
92790cf6b4
commit
7656486f19
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@
|
|||
/>
|
||||
</div>
|
||||
<div
|
||||
v-if="isEdited && editingAvailable"
|
||||
v-if="isEdited && editingAvailable && !isPreview"
|
||||
class="heading-edited-row"
|
||||
>
|
||||
<i18n-t
|
||||
|
|
Loading…
Reference in a new issue