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
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',
}