This commit is contained in:
Johannes Kirschbauer
2024-08-21 15:32:38 +02:00
parent 819db34d99
commit 10e3664bf3

View File

@@ -212,7 +212,7 @@ const MachineForm = (props: MachineDetailsProps) => {
}); });
if (machine_response.status === "error") { if (machine_response.status === "error") {
toast.error( toast.error(
`Failed to set machine: ${machine_response.errors[0].message}` `Failed to set machine: ${machine_response.errors[0].message}`,
); );
} }
if (machine_response.status === "success") { if (machine_response.status === "success") {