diff --git a/ui/src/dashboards/components/DashboardEmpty.tsx b/ui/src/dashboards/components/DashboardEmpty.tsx index 8a5105f4b3..2be08990c6 100644 --- a/ui/src/dashboards/components/DashboardEmpty.tsx +++ b/ui/src/dashboards/components/DashboardEmpty.tsx @@ -2,7 +2,6 @@ import React, {Component} from 'react' import {Cell} from 'src/types/dashboard' import {connect} from 'react-redux' import {bindActionCreators} from 'redux' -import uuid from 'uuid' import {addDashboardCellAsync} from 'src/dashboards/actions' import {GRAPH_TYPES} from 'src/dashboards/graphics/graph' @@ -41,7 +40,7 @@ class DashboardEmpty extends Component {

{GRAPH_TYPES.map(graphType => ( -
+
{graphType.graphic}

{graphType.menuOption}