Client: FilesStore: started throwing order prop for indexing

This commit is contained in:
Dmitry Sychugov 2024-04-17 20:22:09 +05:00
parent 8c3fe05203
commit 54dc154567

View File

@ -3151,6 +3151,7 @@ class FilesStore {
usedSpace,
isCustomQuota,
providerId,
order,
} = item;
const thirdPartyIcon = this.thirdPartyStore.getThirdPartyIcon(
@ -3323,6 +3324,7 @@ class FilesStore {
usedSpace,
isCustomQuota,
providerId,
order,
};
});
};