Skip to content

Commit

Permalink
Fix HintMenuItem
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Helena Reuter committed Feb 1, 2024
1 parent dfc22d3 commit 821e7ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/designer/menuItems/HintMenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const HintMenuItem = ({ label }: HintMenuItemProps) => {
() => ({
type: "Hint",
nodeId: createNodeId("hint"),
hidden: "",
level: "info",
content: "",
}),
Expand Down

0 comments on commit 821e7ef

Please sign in to comment.