Skip to content

Commit 5dd709a

Browse files
committed
Fix bug in DropdownMenuItem
external_link prop was not being passed to underlying Link component.
1 parent 0d4c25c commit 5dd709a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/dropdownmenu/DropdownMenuItem.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const DropdownMenuItem = props => {
1313
let {
1414
children,
1515
href,
16-
external_link,
1716
loading_state,
1817
target,
1918
disabled,

0 commit comments

Comments
 (0)