diff --git a/js/components/preview/compounds/redux/dispatchActions.js b/js/components/preview/compounds/redux/dispatchActions.js index ba6644e39..026ec7a4e 100644 --- a/js/components/preview/compounds/redux/dispatchActions.js +++ b/js/components/preview/compounds/redux/dispatchActions.js @@ -147,7 +147,7 @@ export const loadCompoundImageData = ({ width, height, onCancel, data }) => disp width, height, key, - setImg_data: image => dispatch(updateCurrentCompound({ id: data.index, key: 'image', value: image })), + setImg_data: image => {}, //dispatch(updateCurrentCompound({ id: data.index, key: 'image', value: image })), url, cancel: onCancel });