Skip to content

Commit

Permalink
Initialize queryparam values so as to not break history state
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Oct 19, 2022
1 parent 6ab4613 commit a6331cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/app/controllers/topology.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ export default class TopologyControllers extends Controller.extend(Searchable) {
];

@tracked searchTerm = '';
qpState = '';
qpVersion = '';
qpClass = '';
qpDatacenter = '';
setFacetQueryParam(queryParam, selection) {
this.set(queryParam, serialize(selection));
Expand Down

0 comments on commit a6331cf

Please sign in to comment.