Issue fixing + deletion of profile & logo

This commit is contained in:
2024-05-17 14:50:50 -05:00
parent 0684b9534f
commit df4e2b00e2
23 changed files with 774 additions and 364 deletions

View File

@@ -64,7 +64,7 @@ export function createDefaultBusinessListing(): BusinessListing {
export function createDefaultListingCriteria(): ListingCriteria {
return {
start: 0,
length: 0,
length: 12,
page: 0,
pageCount: 0,
type: 0,
@@ -110,8 +110,8 @@ export function resetCriteria(criteria: ListingCriteria) {
criteria.state = null;
criteria.minPrice = null;
criteria.maxPrice = null;
criteria.start = null;
criteria.length = null;
criteria.start = 0;
criteria.length = 12;
criteria.realEstateChecked = null;
criteria.title = null;
criteria.name = null;