Fix WebSPA catalog filter (#1637)
This commit is contained in:
parent
8b4ab00c91
commit
5974647b52
@ -59,6 +59,7 @@ export class CatalogComponent implements OnInit {
|
||||
|
||||
this.brandSelected = this.brandSelected && this.brandSelected.toString() != "null" ? this.brandSelected : null;
|
||||
this.typeSelected = this.typeSelected && this.typeSelected.toString() != "null" ? this.typeSelected : null;
|
||||
this.paginationInfo.actualPage = 0;
|
||||
this.getCatalog(this.paginationInfo.itemsPage, this.paginationInfo.actualPage, this.brandSelected, this.typeSelected);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user