Update modal skip test physical

This commit is contained in:
andrew.ng 2026-06-11 08:27:21 +07:00
parent 7cfe8a1d69
commit 1d5a7781ae
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export default function ModalConfirmSkipTestPort({
color={"green"}
size="xs"
onClick={() => {
if (line.reasonType === "other" && !line.note) {
if (line.reasonType === "other" && !line.note.trim()) {
setDataLines(
dataLines.map((el) =>
el.id === line.id