-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix default selected namespace when using limited namespace visibility
When the `--namespaces` arg is set to restrict namespace visibility, the Dashboard was incorrectly defaulting to the first namespace in the list on page load instead of using the namespace specified in the URL. Move the logic to select the default namespace from the top-level app component into the header where we're already checking for the selected namespace from the URL.
- Loading branch information
1 parent
dfbb07a
commit b351651
Showing
3 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters