logout
This commit is contained in:
parent
42fb7a6a57
commit
764349b5bf
|
@ -28,6 +28,7 @@ const types = {
|
|||
};
|
||||
|
||||
export default function Message({ type, title, items = [] }) {
|
||||
console.log("------", type, types[type]);
|
||||
const { backgroundColor, titleColor, detailsColor, iconColor, icon } = types[type];
|
||||
|
||||
return (
|
||||
|
|
Reference in New Issue