Skip to content

Commit a6331cf

Browse files
committed
Initialize queryparam values so as to not break history state
1 parent 6ab4613 commit a6331cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/app/controllers/topology.js

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ export default class TopologyControllers extends Controller.extend(Searchable) {
4242
];
4343

4444
@tracked searchTerm = '';
45+
qpState = '';
46+
qpVersion = '';
47+
qpClass = '';
48+
qpDatacenter = '';
4549

4650
setFacetQueryParam(queryParam, selection) {
4751
this.set(queryParam, serialize(selection));

0 commit comments

Comments
 (0)