feat(web): clear person birthdate (#18330)
This commit is contained in:
@@ -328,6 +328,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
person = updatedPerson;
|
||||
people = people.map((person: PersonResponseDto) => {
|
||||
if (person.id === updatedPerson.id) {
|
||||
return updatedPerson;
|
||||
|
||||
Reference in New Issue
Block a user