Skip to content

Commit

Permalink
fixes console.log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed May 23, 2018
1 parent 04fb162 commit 397f3cc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ DashboardPanel.propTypes = {
]),
destroy: PropTypes.func.isRequired,
containerState: PropTypes.shape({
timeRange: PropTypes.object.isRequired,
filters: PropTypes.array.isRequired,
query: PropTypes.object.isRequired,
timeRange: PropTypes.object,
filters: PropTypes.array,
query: PropTypes.object,
embeddableCustomization: PropTypes.object,
hidePanelTitles: PropTypes.bool.isRequired,
}),
Expand Down

0 comments on commit 397f3cc

Please sign in to comment.