1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🔧 Fail validation if an error is returned by /api/core/instance/

This commit is contained in:
Steffo 2021-10-07 01:52:16 +02:00
parent 82eb27bf1c
commit 57bc10d9a2

View file

@ -61,7 +61,7 @@ export function InstanceFormBox(): JSX.Element {
instance.dispatch({
type: "deselect",
})
return undefined
return false
}
// Awaits should always be followed by abort checks