Changed from Alert to Toast to work well with mui v18
This commit is contained in:
@@ -127,7 +127,7 @@ const EditWorkflow = (props) => {
|
||||
}
|
||||
})
|
||||
.catch((error) => {
|
||||
//alert.error(error.toString());
|
||||
//toast(error.toString());
|
||||
console.log("Get workflow error: ", error.toString());
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user