-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prefer redirect over goto for ongoing draft interface
- Loading branch information
1 parent
d3a36a0
commit 9a59006
Showing
2 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
app/src/routes/dashboard/(admin)/drafts/(ongoing)/regular/+page.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import { redirect } from "@sveltejs/kit"; | ||
|
||
redirect(307, '/dashboard/drafts/regular/students') |
6 changes: 0 additions & 6 deletions
6
app/src/routes/dashboard/(admin)/drafts/(ongoing)/regular/+page.svelte
This file was deleted.
Oops, something went wrong.