Skip to content

Commit

Permalink
fix and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbossart committed Sep 15, 2023
1 parent 6ef78fa commit fee8bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dm-core-plugins/src/header/HeaderPlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ export default (props: IUIPlugin): JSX.Element => {
{recipeNames.map((recipe, index) => (
<Menu.Item
key={index}
onClick={() =>
onClick={() => {
setSelectedRecipe(getRecipeConfigAndPlugin(recipe))
setAppSelectorOpen(false)
}
}}
>
{recipe}
</Menu.Item>
Expand Down

0 comments on commit fee8bec

Please sign in to comment.