diff --git a/src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx b/src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx index df0b09cab..3b1a0b196 100644 --- a/src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx +++ b/src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx @@ -12,11 +12,7 @@ import './index.scss'; export const VideoSettingsModal = () => (
-
- Video Preview goes here - {/* */} -
-
+

Settings

diff --git a/src/editors/data/redux/thunkActions/app.js b/src/editors/data/redux/thunkActions/app.js index 443a32adc..4ffdd7410 100644 --- a/src/editors/data/redux/thunkActions/app.js +++ b/src/editors/data/redux/thunkActions/app.js @@ -65,7 +65,7 @@ export const uploadImage = ({ file, setSelection }) => (dispatch) => { }; export const fetchVideos = ({ onSuccess }) => (dispatch) => { - dispatch(requests.fetchImages({ onSuccess })); + dispatch(requests.fetchAssets({ onSuccess })); // onSuccess(mockData.mockVideoData); };