You've already forked isop-mirror
fix: add missing semicolon in internship registration navigation
This commit is contained in:
@@ -24,7 +24,7 @@ async function handleInternshipRegistration(internship: NewInternship) {
|
||||
body: internship
|
||||
});
|
||||
|
||||
navigateTo("/dashboard/student")
|
||||
navigateTo("/dashboard/student");
|
||||
} catch (e: any) {
|
||||
error.value = e.data?.message as string;
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user