refactor: person merge suggestion modal (#18287)

This commit is contained in:
Daniel Dietzler 2025-05-15 02:30:24 +02:00 committed by GitHub
parent 117b263887
commit cd03d0c0f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 214 additions and 238 deletions

View file

@ -383,7 +383,6 @@ export enum PersonPageViewMode {
VIEW_ASSETS = 'view-assets',
SELECT_PERSON = 'select-person',
MERGE_PEOPLE = 'merge-people',
SUGGEST_MERGE = 'suggest-merge',
UNASSIGN_ASSETS = 'unassign-faces',
}