Fix collection delete breaking

This commit is contained in:
saltrafael 2021-09-11 08:14:32 -03:00
parent d112204a5d
commit 40a82838b6
No known key found for this signature in database
GPG key ID: 9C7F1DC0B0F54515

View file

@ -18,7 +18,7 @@ const select = (state, props) => {
};
const perform = (dispatch) => ({
openModal: (modal, props) => dispatch(doOpenModal(modal, props)),
doOpenModal: (modal, props) => dispatch(doOpenModal(modal, props)),
doToggleShuffleList: (collectionId) => {
dispatch(doToggleLoopList(collectionId, false, true));
dispatch(doToggleShuffleList(undefined, collectionId, true, true));