Skip to content

Commit

Permalink
fix(front): fix to show NaN
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Nov 18, 2023
1 parent ca5306d commit 646e9d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export function ConvertForm() {
unlisten();
}
setLoading(false);
setValue('progress', 0); // To avoid NaN
}
};

Expand Down

0 comments on commit 646e9d8

Please sign in to comment.