fix(web): removing a person in an asset, doesn't remove the asset in … (#26068)

* fix(web): removing a person in an asset, doesn't remove the asset in the persons view (without refresh)

* prettier

---------

Co-authored-by: Nikos Verschore <nikos@uwsoftware.be>
This commit is contained in:
dolfje
2026-02-09 18:51:02 +01:00
committed by GitHub
parent 57485023ae
commit 5f18110e97
3 changed files with 18 additions and 1 deletions
@@ -48,6 +48,7 @@ export type Events = {
PersonUpdate: [PersonResponseDto];
PersonThumbnailReady: [{ id: string }];
PersonAssetDelete: [{ id: string; assetId: string }];
BackupDeleteStatus: [{ filename: string; isDeleting: boolean }];
BackupDeleted: [{ filename: string }];