From 213fb2b31ddf137e4914b551e0145d0d5b0e7510 Mon Sep 17 00:00:00 2001 From: Luke Morris Date: Thu, 22 Feb 2018 21:47:30 -0800 Subject: [PATCH] Hidden conflict --- ui/src/dashboards/containers/DashboardPage.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/ui/src/dashboards/containers/DashboardPage.js b/ui/src/dashboards/containers/DashboardPage.js index 7c59c6b864..5de2cf440d 100644 --- a/ui/src/dashboards/containers/DashboardPage.js +++ b/ui/src/dashboards/containers/DashboardPage.js @@ -20,15 +20,12 @@ import {publishNotification} from 'shared/actions/notifications' import idNormalizer, {TYPE_ID} from 'src/normalizers/id' import * as dashboardActionCreators from 'src/dashboards/actions' -<<<<<<< HEAD import * as annotationActions from 'shared/actions/annotations' -||||||| merged common ancestors -======= + import { showCellEditorOverlay, hideCellEditorOverlay, } from 'src/dashboards/actions/cellEditorOverlay' ->>>>>>> master import { setAutoRefresh, @@ -528,17 +525,13 @@ const mapStateToProps = (state, {params: {dashboardID}}) => { dashboards, autoRefresh, isUsingAuth, -<<<<<<< HEAD cellQueryStatus, inPresentationMode, showTemplateControlBar, -||||||| merged common ancestors -======= selectedCell, singleStatType, singleStatColors, gaugeColors, ->>>>>>> master } } @@ -552,13 +545,10 @@ const mapDispatchToProps = dispatch => ({ dashboardActions: bindActionCreators(dashboardActionCreators, dispatch), errorThrown: bindActionCreators(errorThrownAction, dispatch), notify: bindActionCreators(publishNotification, dispatch), -<<<<<<< HEAD getAnnotationsAsync: bindActionCreators( annotationActions.getAnnotationsAsync, dispatch ), -||||||| merged common ancestors -======= handleShowCellEditorOverlay: bindActionCreators( showCellEditorOverlay, dispatch @@ -567,7 +557,6 @@ const mapDispatchToProps = dispatch => ({ hideCellEditorOverlay, dispatch ), ->>>>>>> master }) export default connect(mapStateToProps, mapDispatchToProps)(