diff --git a/src/modules/00_support/components/FormChat.vue b/src/modules/00_support/components/FormChat.vue index 43cce077d..c3d393fed 100644 --- a/src/modules/00_support/components/FormChat.vue +++ b/src/modules/00_support/components/FormChat.vue @@ -114,10 +114,11 @@ const onLoad = (async (_: any, done: any) => { - + {{ validateCategory(store.currentCategory) }} + {{ store.currentTitle }} @@ -191,7 +192,7 @@ const onLoad = (async (_: any, done: any) => { }} - + {{ item.title }} @@ -229,6 +230,7 @@ const onLoad = (async (_: any, done: any) => { text-color="white" :label="item.unreadCount" /> + @@ -281,12 +283,14 @@ const onLoad = (async (_: any, done: any) => {
@@ -366,7 +370,7 @@ const onLoad = (async (_: any, done: any) => {