improved error loggin and updated imports to fix build failure
This commit is contained in:
@@ -460,8 +460,8 @@ let CreateCase = (props) => {
|
||||
);
|
||||
return data;
|
||||
})
|
||||
.catch((err) => {
|
||||
console.log(consoleLogger(err));
|
||||
.catch((error) => {
|
||||
consoleLogger(error);
|
||||
});
|
||||
|
||||
// router.replace(
|
||||
|
||||
Reference in New Issue
Block a user