Skip to content

Commit

Permalink
fix(libs/mina-react): fixed zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
keadex committed May 14, 2024
1 parent 3c003d6 commit f60a415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/mina-react/src/components/MinaReact/MinaReact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const MinaReact = (props: MinaReactProps) => {
openDiagram(diagramUrl)
}, [diagramUrl])

// Workaround to initialize TW Elements dropdown.
// Workaround to initialize TW Elements dropdown
const menuItems: DropdownMenuItemProps[] = [
{
id: 'dropdown-init',
Expand Down

0 comments on commit f60a415

Please sign in to comment.