typo
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 1s
build-and-deploy / build (push) Failing after 7s
build-and-deploy / deploy (push) Has been skipped

This commit is contained in:
2025-05-29 18:02:03 -06:00
parent b80d098bea
commit 708fa3341a

View File

@@ -202,7 +202,7 @@ const handleSubmit = async () => {
}
}
const handleCancel = ()_=> {
const handleCancel = () => {
router.go(-1) // Go back to the previous page or to a default route
}
</script>