Update
This commit is contained in:
parent
2adab647cc
commit
c495843e1b
|
|
@ -178,7 +178,7 @@ export default function ModalConfirmSkipTestPort({
|
|||
color={"green"}
|
||||
size="xs"
|
||||
onClick={() => {
|
||||
if (line.reasonType === "other" && !line.note.trim()) {
|
||||
if (line.reasonType === "other" && !line.note?.trim()) {
|
||||
setDataLines(
|
||||
dataLines.map((el) =>
|
||||
el.id === line.id
|
||||
|
|
|
|||
Loading…
Reference in New Issue