Do not remove url from form

This commit is contained in:
Hongbo Wu 2022-06-02 18:46:13 +08:00
parent fe92a00323
commit 6ea55db088

View file

@ -112,7 +112,6 @@ export default function Webhooks(): JSX.Element {
} else {
showErrorToast('Failed to add', { position: 'bottom-right' })
}
setUrl('')
revalidate()
}