fix: collections order in publish modal should match with the order in sidebar (#4762)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user