diff --git a/ui/src/dashboards/components/DashboardHeader.js b/ui/src/dashboards/components/DashboardHeader.js index 54251afeee..f727c93424 100644 --- a/ui/src/dashboards/components/DashboardHeader.js +++ b/ui/src/dashboards/components/DashboardHeader.js @@ -1,16 +1,19 @@ import React, {PropTypes} from 'react' import ReactTooltip from 'react-tooltip' +import {Link} from 'react-router'; import TimeRangeDropdown from 'shared/components/TimeRangeDropdown' const DashboardHeader = ({ children, buttonText, + dashboard, headerText, timeRange, isHidden, handleChooseTimeRange, handleClickPresentationButton, + sourceID, }) => isHidden ? null : (