Skip to content

Commit

Permalink
Closing Panel on Selected Secret Change
Browse files Browse the repository at this point in the history
  • Loading branch information
ralikio committed Aug 29, 2024
1 parent af1ef47 commit 1e238dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/components/ServiceInstancesView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ function ServiceInstancesView(props: any) {
// disable selection when page refresh is done
setSelectedInstance(new ServiceInstance());

// close side panel
setLayout(FCLLayout.OneColumn)

if (!Ok(props.setTitle)) {
return;
}
Expand Down

0 comments on commit 1e238dd

Please sign in to comment.