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