remove icon from CoreEventsToaster

This commit is contained in:
nklhrstv 2020-03-23 17:09:28 +02:00
parent 28a340abb1
commit 7142164cf1

View file

@ -13,7 +13,6 @@ const CoreEventsToaster = () => {
type: 'error',
title: args.source.event,
message: args.error.message,
icon: 'ic_warning',
timeout: 10000
});
}