Format
This commit is contained in:
@@ -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") {
|
||||||
|
|||||||
Reference in New Issue
Block a user