mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-21 07:35:36 +02:00
enhance(frontend): typed nirax (#16309)
* enhance(frontend): typed nirax * migrate router.replace * fix
This commit is contained in:
@@ -429,7 +429,11 @@ async function save() {
|
||||
script: script.value,
|
||||
visibility: visibility.value,
|
||||
});
|
||||
router.push('/play/' + created.id + '/edit');
|
||||
router.push('/play/:id/edit', {
|
||||
params: {
|
||||
id: created.id,
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user