mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-17 19:03:46 +00:00
fix save redirect url
This commit is contained in:
@@ -78,7 +78,7 @@ function CreateCharacterPage(props: {
|
||||
})
|
||||
if (id == null) {
|
||||
let newId = await StoreNewCharacter(karakter, isPublic);
|
||||
const win = window.open(`/${newId}`, '_blank');
|
||||
const win = window.open(`/1e/karakter/${newId}`, '_blank');
|
||||
if (win != null) {
|
||||
win.focus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user