From 1f8e5d394cde153d9fb1f524821194e82ed66b2a Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:21:19 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B9=80=E0=B9=80=E0=B8=AA=E0=B8=94=E0=B8=87?= =?UTF-8?q?=E0=B8=82=E0=B8=AD=E0=B8=87=20=20tite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/00_support/components/FormChat.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modules/00_support/components/FormChat.vue b/src/modules/00_support/components/FormChat.vue index e51e90787..9907fa08e 100644 --- a/src/modules/00_support/components/FormChat.vue +++ b/src/modules/00_support/components/FormChat.vue @@ -119,8 +119,6 @@ const onLoad = (async (_: any, done: any) => { {{ validateCategory(store.currentCategory) }} - - {{ store.currentTitle }} @@ -188,13 +186,15 @@ const onLoad = (async (_: any, done: any) => { {{ item.createdByUserName }} - + {{ validateCategory(item.category?.name) }} - {{ item.title }} - + + + {{ item.title }} {
+