X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/aa1d8deaccc72c09fab378b19502b20791d16ae6..b0bc9cddda159681f28384374be59335efda5f20:/src/components/dropdown-menu/dropdown-menu.tsx diff --git a/src/components/dropdown-menu/dropdown-menu.tsx b/src/components/dropdown-menu/dropdown-menu.tsx index e346eb8406..cd68d5ba27 100644 --- a/src/components/dropdown-menu/dropdown-menu.tsx +++ b/src/components/dropdown-menu/dropdown-menu.tsx @@ -6,10 +6,12 @@ import * as React from 'react'; import Menu from '@material-ui/core/Menu'; import IconButton from '@material-ui/core/IconButton'; import { PopoverOrigin } from '@material-ui/core/Popover'; +import { Tooltip } from '@material-ui/core'; interface DropdownMenuProps { id: string; icon: React.ReactElement; + title: string; } interface DropdownMenuState { @@ -27,17 +29,19 @@ export class DropdownMenu extends React.Component - - {icon} - + + + {icon} + +