mirror of
https://github.com/immich-app/immich.git
synced 2025-01-16 16:56:46 +01:00
fix(web): select partner assets from timeline (#12517)
fix(web): add partner assets to album
This commit is contained in:
parent
d39917a4db
commit
8cf33690b8
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
||||||
const assetInteractionStore = createAssetInteractionStore();
|
const assetInteractionStore = createAssetInteractionStore();
|
||||||
const { isMultiSelectState, selectedAssets } = assetInteractionStore;
|
const { isMultiSelectState, selectedAssets } = assetInteractionStore;
|
||||||
|
|
||||||
$: timelineStore = new AssetStore({ isArchived: false }, albumId);
|
$: timelineStore = new AssetStore({ isArchived: false, withPartners: true }, albumId);
|
||||||
const timelineInteractionStore = createAssetInteractionStore();
|
const timelineInteractionStore = createAssetInteractionStore();
|
||||||
const { selectedAssets: timelineSelected } = timelineInteractionStore;
|
const { selectedAssets: timelineSelected } = timelineInteractionStore;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue