fix save redirect url
This commit is contained in:
@@ -78,7 +78,7 @@ function CreateCharacterPage(props: {
|
|||||||
})
|
})
|
||||||
if (id == null) {
|
if (id == null) {
|
||||||
let newId = await StoreNewCharacter(karakter, isPublic);
|
let newId = await StoreNewCharacter(karakter, isPublic);
|
||||||
const win = window.open(`/${newId}`, '_blank');
|
const win = window.open(`/1e/karakter/${newId}`, '_blank');
|
||||||
if (win != null) {
|
if (win != null) {
|
||||||
win.focus();
|
win.focus();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user