Skip to content

Commit

Permalink
fix: Connect database from top right corner button doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Sep 6, 2022
1 parent 8e7fb96 commit 37bdf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/views/components/MenuRight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const RightMenu = ({
typeof item !== 'string' && item.name && item.perm ? (
<Fragment key={item.name}>
{idx === 2 && <Menu.Divider />}
<Menu.Item>
<Menu.Item key={item.name}>
{item.url ? (
<a href={item.url}> {item.label} </a>
) : (
Expand Down

0 comments on commit 37bdf43

Please sign in to comment.