Use bindActionCreators in StickerCreator
This commit is contained in:
parent
ba5e2ff6e5
commit
d6924c0088
4 changed files with 40 additions and 26 deletions
|
@ -59,7 +59,9 @@ const InnerGrid = SortableContainer(
|
|||
// @ts-ignore
|
||||
window.log.error('Error processing image:', e);
|
||||
actions.removeSticker(path);
|
||||
actions.addToast('StickerCreator--Toasts--errorProcessing');
|
||||
actions.addToast({
|
||||
key: 'StickerCreator--Toasts--errorProcessing',
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue