mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-23 15:19:01 +01:00
commit
e8199f102a
@ -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