mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 07:12:46 +01:00
Fix multiple comments (#109)
This commit is contained in:
@@ -194,7 +194,7 @@
|
||||
</span>
|
||||
</v-card-subtitle>
|
||||
<v-card-text class="mb-0 mt-2">
|
||||
<vue-markdown>{{ replacelinks(comment.message) }}</vue-markdown>
|
||||
<vue-markdown :source="replacelinks(comment.message)"></vue-markdown>
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
</div>
|
||||
@@ -263,8 +263,8 @@
|
||||
<v-btn v-if="!ticket.read || ticket.read.length === 0" small text elevation="0" @click="referenceDialog = true">
|
||||
<v-icon small>mdi-plus</v-icon> Add viewer
|
||||
</v-btn>
|
||||
</v-list-item>
|
||||
</v-list-->
|
||||
</v-list-item-->
|
||||
</v-list>
|
||||
|
||||
<v-divider class="mb-5"></v-divider>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user