mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-28 19:03:15 +01:00
chore: cleanup
This commit is contained in:
parent
f2ffca35da
commit
75f6daec06
@ -594,7 +594,6 @@ export const collectionsSlice = createSlice({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
addDepth(collection.items);
|
addDepth(collection.items);
|
||||||
// sortItems(collection);
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
localCollectionAddDirectoryEvent: (state, action) => {
|
localCollectionAddDirectoryEvent: (state, action) => {
|
||||||
@ -623,7 +622,6 @@ export const collectionsSlice = createSlice({
|
|||||||
currentSubItems = childItem.items;
|
currentSubItems = childItem.items;
|
||||||
}
|
}
|
||||||
addDepth(collection.items);
|
addDepth(collection.items);
|
||||||
// sortItems(collection);
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
localCollectionChangeFileEvent: (state, action) => {
|
localCollectionChangeFileEvent: (state, action) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user