refactor: date of birth modal (#18283)

This commit is contained in:
Daniel Dietzler 2025-05-14 14:20:22 +02:00 committed by GitHub
parent c9d45eee86
commit 4efc41d5d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 100 additions and 126 deletions

View file

@ -384,7 +384,6 @@ export enum PersonPageViewMode {
SELECT_PERSON = 'select-person',
MERGE_PEOPLE = 'merge-people',
SUGGEST_MERGE = 'suggest-merge',
BIRTH_DATE = 'birth-date',
UNASSIGN_ASSETS = 'unassign-faces',
}