mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-23 00:13:24 +01:00
fixed: #686
This commit is contained in:
parent
f8f38802a9
commit
3ed7dd3893
@ -393,8 +393,8 @@ export const deleteItem = (itemUid, collectionUid) => (dispatch, getState) => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
export const sortCollections = () => (dispatch) => {
|
export const sortCollections = (payload) => (dispatch) => {
|
||||||
dispatch(_sortCollections());
|
dispatch(_sortCollections(payload));
|
||||||
};
|
};
|
||||||
export const moveItem = (collectionUid, draggedItemUid, targetItemUid) => (dispatch, getState) => {
|
export const moveItem = (collectionUid, draggedItemUid, targetItemUid) => (dispatch, getState) => {
|
||||||
const state = getState();
|
const state = getState();
|
||||||
|
Loading…
Reference in New Issue
Block a user