1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 23:04: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 09700fd6a0
commit 4089ff893b
Signed by: steffo
GPG key ID: 6965406171929D01

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