feat: improve

This commit is contained in:
2024-04-10 14:11:05 +07:00
parent 5e6692cd6d
commit c342daecc8
26 changed files with 992 additions and 789 deletions

View File

@@ -24,8 +24,10 @@ export const Route = createFileRoute("/group")({
if (!groups) {
throw redirect({
to: "/create-group",
replace: false,
search,
search: {
...search,
redirect: "/group",
},
});
}