1
0
mirror of https://github.com/immich-app/immich.git synced 2025-02-08 18:55:33 +02:00

feat(web): Adds sort order from album to shared album. (#10528)

This commit is contained in:
erathmus 2024-06-21 16:14:30 +01:00 committed by GitHub
parent 42f3b50422
commit 61a5d67674
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@
let { isViewing: showAssetViewer } = assetViewingStore;
const assetStore = new AssetStore({ albumId: album.id });
const assetStore = new AssetStore({ albumId: album.id, order: album.order });
const assetInteractionStore = createAssetInteractionStore();
const { isMultiSelectState, selectedAssets } = assetInteractionStore;