From 51dedb62f51285e1d18d3fe3dcc7fada13f8a787 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:20:19 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=E0=B8=9B=E0=B8=B8=E0=B9=88=E0=B8=A1=E0=B8=88=E0=B8=B0?= =?UTF-8?q?=E0=B8=81=E0=B8=94=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B9=84=E0=B8=94?= =?UTF-8?q?=E0=B9=89=E0=B8=96=E0=B9=89=E0=B8=B2=E0=B9=84=E0=B8=A1=E0=B9=88?= =?UTF-8?q?=E0=B9=84=E0=B8=94=E0=B9=89=E0=B9=80=E0=B8=82=E0=B9=89=E0=B8=B2?= =?UTF-8?q?=20=20issue=20=E0=B8=81=E0=B9=88=E0=B8=AD=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/00_support/components/FormChat.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/00_support/components/FormChat.vue b/src/modules/00_support/components/FormChat.vue index b882a6950..0db94316a 100644 --- a/src/modules/00_support/components/FormChat.vue +++ b/src/modules/00_support/components/FormChat.vue @@ -323,6 +323,7 @@ const onLoad = (async (_: any, done: any) => { placeholder="Aa" v-model="content" id="message" + :disable="store.currentIssue ? false : true" > @@ -336,6 +337,7 @@ const onLoad = (async (_: any, done: any) => { } } " + :disable="store.currentIssue ? false : true" flat class="col-2" style="color: #009789"