mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Send to main page after post creation
This commit is contained in:
parent
a879690129
commit
4642ea9032
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export default function CreatePostPage() {
|
||||||
|
|
||||||
toast.success("Successfully created post");
|
toast.success("Successfully created post");
|
||||||
|
|
||||||
redirect("/app");
|
redirect("/");
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Input
|
<Input
|
||||||
|
|
Loading…
Reference in a new issue