diff --git a/ui/src/dashboards/components/CellEditorOverlay.js b/ui/src/dashboards/components/CellEditorOverlay.js index 879bfb716..5ac3933ef 100644 --- a/ui/src/dashboards/components/CellEditorOverlay.js +++ b/ui/src/dashboards/components/CellEditorOverlay.js @@ -195,9 +195,10 @@ CellEditorOverlay.propTypes = { autoRefresh: number.isRequired, source: shape({ links: shape({ + proxy: string.isRequired, queries: string.isRequired, - }), - }), + }).isRequired, + }).isRequired, editQueryStatus: func.isRequired, queryStatus: shape({ queryID: string,