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
|
body: internship
|
||||||
});
|
});
|
||||||
|
|
||||||
navigateTo("/dashboard/student")
|
navigateTo("/dashboard/student");
|
||||||
} catch (e: any) {
|
} catch (e: any) {
|
||||||
error.value = e.data?.message as string;
|
error.value = e.data?.message as string;
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Reference in New Issue
Block a user