Filter for commercial properties

This commit is contained in:
2025-07-25 17:51:43 -05:00
parent 7d336f975d
commit c62af8746f
9 changed files with 557 additions and 108 deletions

View File

@@ -65,7 +65,7 @@ export class SearchModalComponent {
this.setTotalNumberOfResults();
});
this.modalService.modalVisible$.pipe(untilDestroyed(this)).subscribe(val => {
if (val) {
if (val.visible) {
this.criteria.page = 1;
this.criteria.start = 0;
}