mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 14:54:22 +00:00
🔧 Fail validation if an error is returned by /api/core/instance/
This commit is contained in:
parent
82eb27bf1c
commit
57bc10d9a2
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export function InstanceFormBox(): JSX.Element {
|
||||||
instance.dispatch({
|
instance.dispatch({
|
||||||
type: "deselect",
|
type: "deselect",
|
||||||
})
|
})
|
||||||
return undefined
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
// Awaits should always be followed by abort checks
|
// Awaits should always be followed by abort checks
|
||||||
|
|
Loading…
Reference in a new issue