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:
Stewart Rand
2025-09-17 12:22:26 -03:00
committed by GitHub
parent a8f683ed15
commit 26e0cb3eb4
5 changed files with 27 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ export enum AssetAction {
REMOVE_ASSET_FROM_STACK = 'remove-asset-from-stack',
SET_VISIBILITY_LOCKED = 'set-visibility-locked',
SET_VISIBILITY_TIMELINE = 'set-visibility-timeline',
SET_PERSON_FEATURED_PHOTO = 'set-person-featured-photo',
}
export enum AppRoute {