Skip to content

Commit

Permalink
fixed an error when reopening the IX panel for same entity (#7118)
Browse files Browse the repository at this point in the history
  • Loading branch information
konzz authored Aug 12, 2024
1 parent 7e1d9ad commit 8d63830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/react/V2/Routes/Settings/IX/IXSuggestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ const IXSuggestions = () => {
};

const closeSidepanel = () => {
setSidepanelSuggestion(undefined);
setSidepanel('none');
};

Expand Down

0 comments on commit 8d63830

Please sign in to comment.