This commit is contained in:
parent
b4bac7ebb6
commit
5246d7e4d1
|
@ -16,7 +16,9 @@ export default function showError(props) {
|
|||
|
||||
props.setOpen(false);
|
||||
};
|
||||
console.log(props.message);
|
||||
if (props.message && props.message.length > 0) {
|
||||
console.log(props.message);
|
||||
}
|
||||
|
||||
return (
|
||||
<Stack spacing={2} sx={{ width: '100%' }}>
|
||||
|
|
Loading…
Reference in New Issue