This commit is contained in:
Johannes Kirschbauer
2024-08-21 15:32:38 +02:00
parent f627817968
commit 0834829a80

View File

@@ -212,7 +212,7 @@ const MachineForm = (props: MachineDetailsProps) => {
});
if (machine_response.status === "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") {