Added redirect from server base path to overview page, to ease changing default page

This commit is contained in:
Alejandro Celaya
2020-12-08 18:27:36 +01:00
parent f359a16004
commit 43af6fdaba
5 changed files with 6 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ const CreateServer = (ImportServersBtn: FC<ImportServersBtnProps>, useStateFlagT
const id = uuid();
createServer({ ...serverData, id });
push(`/server/${id}/overview`);
push(`/server/${id}`);
};
return (