Skip to content

Commit

Permalink
fix(web): add partner assets to album
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 committed Sep 9, 2024
1 parent b3ef5fe commit 4904b10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
const assetInteractionStore = createAssetInteractionStore();
const { isMultiSelectState, selectedAssets } = assetInteractionStore;
$: timelineStore = new AssetStore({ isArchived: false }, albumId);
$: timelineStore = new AssetStore({ isArchived: false, withPartners: true }, albumId);
const timelineInteractionStore = createAssetInteractionStore();
const { selectedAssets: timelineSelected } = timelineInteractionStore;
Expand Down

0 comments on commit 4904b10

Please sign in to comment.