mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Use bindActionCreators in StickerCreator
This commit is contained in:
committed by
Scott Nonnenberg
parent
ba5e2ff6e5
commit
d6924c0088
@@ -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',
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user