Unverified Commit 7bf07a09 authored by Jordan Reimer's avatar Jordan Reimer Committed by GitHub
Browse files

Client Count Testing (#14288)

* updates clients mirage handler activity endpoint

* fixes issue removing auth method filter after clearing namespace filter
No related merge requests found
Showing with 93 additions and 745 deletions
+93 -745
......@@ -84,6 +84,7 @@ export default class Current extends Component {
// value comes in as [namespace0]
this.selectedNamespace = value;
if (!value) {
this.authMethodOptions = [];
// on clear, also make sure auth method is cleared
this.selectedAuthMethod = null;
} else {
......
......@@ -254,6 +254,7 @@ export default class History extends Component {
// value comes in as [namespace0]
this.selectedNamespace = value;
if (!value) {
this.authMethodOptions = [];
// on clear, also make sure auth method is cleared
this.selectedAuthMethod = null;
} else {
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment