diff --git a/src/components/Dashboard/DashboardRowsHeightButton.js b/src/components/Dashboard/DashboardRowsHeightButton.js deleted file mode 100644 index 85c72f749..000000000 --- a/src/components/Dashboard/DashboardRowsHeightButton.js +++ /dev/null @@ -1,36 +0,0 @@ -import React from 'react'; -import { - Button, - PopoverInteractionKind, - Popover, - Menu, - MenuItem, - MenuDivider, - Classes -} from '@blueprintjs/core'; -import { Icon } from 'components'; - -export function DashboardRowsHeightButton() { - return ( - - - - - - } - placement="bottom-start" - modifiers={{ - offset: { offset: '0, 4' }, - }} - interactionKind={PopoverInteractionKind.CLICK} - > -