Skip to content

Commit

Permalink
fix(web): downloading partner assets (#14803)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelheusschen authored Dec 19, 2024
1 parent 556c59f commit 79a780e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@

<main class="grid h-screen bg-immich-bg pt-18 dark:bg-immich-dark-bg">
{#if assetInteraction.selectionActive}
<AssetSelectControlBar assets={assetInteraction.selectedAssets} clearSelect={assetInteraction.clearMultiselect}>
<AssetSelectControlBar
assets={assetInteraction.selectedAssets}
clearSelect={() => assetInteraction.clearMultiselect()}
>
<CreateSharedLink />
<ButtonContextMenu icon={mdiPlus} title={$t('add')}>
<AddToAlbum />
Expand Down

0 comments on commit 79a780e

Please sign in to comment.