fix: Update styles for canned responses modal (#6350)

This commit is contained in:
Pranav Raj S
2023-01-25 19:11:54 -08:00
committed by GitHub
parent 5d331f0bb2
commit 6bd4e8853b
5 changed files with 65 additions and 25 deletions

View File

@@ -1,5 +1,9 @@
<template>
<mention-box :items="items" @mention-select="handleMentionClick" />
<mention-box :items="items" @mention-select="handleMentionClick">
<template slot-scope="{ item }">
<strong>{{ item.label }}</strong> - {{ item.description }}
</template>
</mention-box>
</template>
<script>