Skip to content

Commit

Permalink
fix: hide 'edit' button for mobile for dashboards (#50639)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra authored Nov 15, 2019
1 parent 38899f0 commit c3d0349
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export function TopNavMenuItem(props: TopNavMenuData) {
isDisabled={isDisabled()}
onClick={handleClick}
data-test-subj={props.testId}
className={props.className}
>
{capitalize(props.label || props.id!)}
</EuiButtonEmpty>
Expand Down

0 comments on commit c3d0349

Please sign in to comment.