fix: refs #6449 fix summaryId #579

Merged
jorgep merged 3 commits from hotfix-6449-summaryId into master 2024-08-08 12:15:58 +00:00
1 changed files with 5 additions and 3 deletions
Showing only changes of commit 3bb261376d - Show all commits

View File

@ -470,9 +470,11 @@ onUnmounted(() => {
v-if="modelLog.summaryId"
v-text="`#${modelLog.summaryId}`"
/>
<span class="model-value" :title="modelLog.showValue">
{{ modelLog.showValue }}
</span>
<span
class="model-value"
:title="modelLog.showValue"
v-text="modelLog.showValue"
/>
<QBtn
flat
round