Umbau Filter linksseitig
This commit is contained in:
@@ -31,6 +31,7 @@ export function createEmptyBusinessListingCriteria(): BusinessListingCriteria {
|
||||
leasedLocation: false,
|
||||
franchiseResale: false,
|
||||
title: '',
|
||||
email: 'bizmatch@proton.me',
|
||||
brokerName: '',
|
||||
searchType: 'exact',
|
||||
radius: null,
|
||||
@@ -61,6 +62,7 @@ export function resetBusinessListingCriteria(criteria: BusinessListingCriteria)
|
||||
criteria.leasedLocation = false;
|
||||
criteria.franchiseResale = false;
|
||||
criteria.title = '';
|
||||
criteria.email = 'bizmatch@proton.me';
|
||||
criteria.brokerName = '';
|
||||
criteria.searchType = 'exact';
|
||||
criteria.radius = null;
|
||||
|
||||
Reference in New Issue
Block a user