mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: Refresh photo after updating featured photo (#21971)
fix: Refresh person photo after setting featured photo Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
a8f683ed15
commit
26e0cb3eb4
5 changed files with 27 additions and 4 deletions
|
|
@ -208,7 +208,7 @@
|
|||
<SetAlbumCoverAction {asset} {album} />
|
||||
{/if}
|
||||
{#if person}
|
||||
<SetFeaturedPhotoAction {asset} {person} />
|
||||
<SetFeaturedPhotoAction {asset} {person} {onAction} />
|
||||
{/if}
|
||||
{#if asset.type === AssetTypeEnum.Image && !isLocked}
|
||||
<SetProfilePictureAction {asset} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue