Kriterium name reseted

This commit is contained in:
Andreas Knuth 2024-05-16 16:45:33 -05:00
parent e0ecea5af2
commit 0684b9534f
1 changed files with 1 additions and 0 deletions

View File

@ -114,4 +114,5 @@ export function resetCriteria(criteria: ListingCriteria) {
criteria.length = null;
criteria.realEstateChecked = null;
criteria.title = null;
criteria.name = null;
}