Überarbeitung
This commit is contained in:
@@ -93,8 +93,8 @@ export function createEmptyBusinessListingCriteria(): BusinessListingCriteria {
|
||||
start: 0,
|
||||
length: 0,
|
||||
page: 0,
|
||||
state: '',
|
||||
city: '',
|
||||
state: null,
|
||||
city: null,
|
||||
types: [],
|
||||
prompt: '',
|
||||
criteriaType: 'businessListings',
|
||||
@@ -123,8 +123,8 @@ export function createEmptyCommercialPropertyListingCriteria(): CommercialProper
|
||||
start: 0,
|
||||
length: 0,
|
||||
page: 0,
|
||||
state: '',
|
||||
city: '',
|
||||
state: null,
|
||||
city: null,
|
||||
types: [],
|
||||
prompt: '',
|
||||
criteriaType: 'commercialPropertyListings',
|
||||
@@ -141,7 +141,7 @@ export function createEmptyUserListingCriteria(): UserListingCriteria {
|
||||
start: 0,
|
||||
length: 0,
|
||||
page: 0,
|
||||
city: '',
|
||||
city: null,
|
||||
types: [],
|
||||
prompt: '',
|
||||
criteriaType: 'brokerListings',
|
||||
|
||||
Reference in New Issue
Block a user