Browse Source

Fix WebSPA catalog filter (#1637)

feature/open-telemetry
n-stefan 3 years ago
committed by GitHub
parent
commit
5974647b52
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Web/WebSPA/Client/modules/catalog/catalog.component.ts

+ 1
- 0
src/Web/WebSPA/Client/modules/catalog/catalog.component.ts View File

@ -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…
Cancel
Save