mirror of
https://github.com/immich-app/immich.git
synced 2025-01-16 00:36:47 +01:00
correct prob drilling
This commit is contained in:
parent
555fea58f4
commit
d6c4fccbc6
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
export let singleSelect = false;
|
||||
export let withStacked = false;
|
||||
export let showArchiveIcon = false;
|
||||
export let showUserThumbnailsinViewer = true;
|
||||
export let showOwnerAvatar = true;
|
||||
export let assetGridElement: HTMLElement | undefined = undefined;
|
||||
export let renderThumbsAtBottomMargin: string | undefined = undefined;
|
||||
export let renderThumbsAtTopMargin: string | undefined = undefined;
|
||||
|
@ -208,7 +208,7 @@
|
|||
onRetrieveElement={(element) => onRetrieveElement(dateGroup, asset, element)}
|
||||
showStackedIcon={withStacked}
|
||||
{showArchiveIcon}
|
||||
{showUserThumbnailsinViewer}
|
||||
{showOwnerAvatar}
|
||||
{asset}
|
||||
{groupIndex}
|
||||
onClick={(asset) => onClick(dateGroup.assets, dateGroup.groupTitle, asset)}
|
||||
|
|
|
@ -890,7 +890,7 @@
|
|||
renderThumbsAtBottomMargin={THUMBNAIL_INTERSECTION_ROOT_BOTTOM}
|
||||
{withStacked}
|
||||
{showArchiveIcon}
|
||||
{showUserThumbnailsinViewer}
|
||||
{showOwnerAvatar}
|
||||
{assetStore}
|
||||
{assetInteractionStore}
|
||||
{isSelectionMode}
|
||||
|
|
Loading…
Reference in a new issue