From 5e22f4ea255304238cc30f79733c6ab9432e1937 Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:48:37 +0700 Subject: [PATCH] Update --- BACKEND/app/services/line_connection.ts | 2 +- FRONTEND/src/components/Modal/ModalSelectIOS.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BACKEND/app/services/line_connection.ts b/BACKEND/app/services/line_connection.ts index 6842510..8569d16 100644 --- a/BACKEND/app/services/line_connection.ts +++ b/BACKEND/app/services/line_connection.ts @@ -572,7 +572,7 @@ export default class LineConnection { // } if (typeof step.send !== 'undefined') { - console.log(Date.now() - now, (step?.send ?? '[ENTER]').toString()) + // console.log(Date.now() - now, (step?.send ?? '[ENTER]').toString()) this.outputScenario += `\n---send-command---"${(step?.send ?? '[ENTER]').toString().replace(/\r/g, '\\r').replace(/\n/g, '\\n')}"---${now}---\n` appendLog( `\n---send-command---"${(step?.send ?? '[ENTER]').toString().replace(/\r/g, '\\r').replace(/\n/g, '\\n')}"---${now}---\n`, diff --git a/FRONTEND/src/components/Modal/ModalSelectIOS.tsx b/FRONTEND/src/components/Modal/ModalSelectIOS.tsx index c1e96fd..3d7351e 100644 --- a/FRONTEND/src/components/Modal/ModalSelectIOS.tsx +++ b/FRONTEND/src/components/Modal/ModalSelectIOS.tsx @@ -29,7 +29,7 @@ const ModalSelectIOS = ({ close: () => void; line: TLine | undefined; }) => { - const [isReboot, setIsReboot] = useState(false); + const [isReboot, setIsReboot] = useState(true); const [inputSearch, setInputSearch] = useState(""); const filterIos = (type: string = "") => {