Skip to content

Commit

Permalink
Missed commit
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Dec 9, 2022
1 parent 5ba41f1 commit 863aa0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const handleSubmit = async (isFormValid: boolean) => {
}
try {
// TODO: IMPLEMENT THIS
alert('To Implement');
} catch (err) {
console.error(err);
toast.error(`Failure checking status: ${err}`);
Expand Down

0 comments on commit 863aa0e

Please sign in to comment.