Filter for commercial properties
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user