Skip to content

Commit

Permalink
fix(dashboard): hide ingress view when showing task/test results
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 authored and edvald committed Dec 9, 2019
1 parent 2e5e925 commit 6879bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/src/contexts/ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const useUiStateProvider = () => {
...uiState,
overview: {
...uiState.overview,
selectedIngress: null,
selectedEntity,
},
})
Expand Down

0 comments on commit 6879bf1

Please sign in to comment.