Skip to content

Commit

Permalink
uncheck nochange
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsx committed Jun 9, 2024
1 parent 7c89afd commit 20d8158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function MainForm() {
if (files.length === 0) {
return toast.error("โปรดอัพโหลดภาพ");
}
if (files.every((x) => x.status === "done" || x.status === "nochange")) {
if (files.every((x) => x.status === "done")) {
return;
}
try {
Expand Down

0 comments on commit 20d8158

Please sign in to comment.