mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-11 20:34:02 +02:00
enhance(frontend): typed nirax (#16309)
* enhance(frontend): typed nirax * migrate router.replace * fix
This commit is contained in:
@@ -135,7 +135,7 @@ async function del(): Promise<void> {
|
||||
webhookId: props.webhookId,
|
||||
});
|
||||
|
||||
router.push('/settings/webhook');
|
||||
router.push('/settings/connect');
|
||||
}
|
||||
|
||||
async function test(type: Misskey.entities.UserWebhook['on'][number]): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user