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