Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 5974647

Browse files
authored
Fix WebSPA catalog filter (#1637)
1 parent 8b4ab00 commit 5974647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Web/WebSPA/Client/modules/catalog/catalog.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export class CatalogComponent implements OnInit {
5959

6060
this.brandSelected = this.brandSelected && this.brandSelected.toString() != "null" ? this.brandSelected : null;
6161
this.typeSelected = this.typeSelected && this.typeSelected.toString() != "null" ? this.typeSelected : null;
62+
this.paginationInfo.actualPage = 0;
6263
this.getCatalog(this.paginationInfo.itemsPage, this.paginationInfo.actualPage, this.brandSelected, this.typeSelected);
6364
}
6465

0 commit comments

Comments
 (0)