From 6a9a3fb35088b2572f717295eaceab1f2eb3c599 Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Fri, 30 Jan 2026 11:28:32 +0700 Subject: [PATCH] Fix inv --- BACKEND/app/services/line_connection.ts | 2 +- FRONTEND/src/components/Modal/ModalKeywords.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BACKEND/app/services/line_connection.ts b/BACKEND/app/services/line_connection.ts index db74622..3782381 100644 --- a/BACKEND/app/services/line_connection.ts +++ b/BACKEND/app/services/line_connection.ts @@ -399,7 +399,7 @@ export default class LineConnection { }) if (script?.send_result || script?.sendResult) { this.dataDPELP = '' - this.config.inventory = '' + // this.config.inventory = '' } if (script?.isReboot) { diff --git a/FRONTEND/src/components/Modal/ModalKeywords.tsx b/FRONTEND/src/components/Modal/ModalKeywords.tsx index 4af7d68..1695f3c 100644 --- a/FRONTEND/src/components/Modal/ModalKeywords.tsx +++ b/FRONTEND/src/components/Modal/ModalKeywords.tsx @@ -230,8 +230,8 @@ export default function ModalKeywords({ opened, onClose }: Props) { setInputModel(e.currentTarget.value)} size="xs"