diff --git a/app/javascript/dashboard/routes/dashboard/settings/canned/Index.vue b/app/javascript/dashboard/routes/dashboard/settings/canned/Index.vue index 95065f547..c3f192c3b 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/canned/Index.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/canned/Index.vue @@ -40,7 +40,9 @@ :key="cannedItem.short_code" > - {{ cannedItem.short_code }} + + {{ cannedItem.short_code }} + {{ cannedItem.content }} @@ -99,9 +101,7 @@ +