fix: collections order in publish modal should match with the order in sidebar (#4762)

This commit is contained in:
Apoorv Mishra
2023-01-24 17:53:58 +05:30
committed by GitHub
parent 2021f192bd
commit 88a1f72b59

View File

@@ -152,7 +152,7 @@ export default class CollectionsStore extends BaseStore<Collection> {
};
if (this.isLoaded) {
this.data.forEach((collection) => {
this.orderedData.forEach((collection) => {
root.children.push(
subtree({
data: {