Skip to content
Snippets Groups Projects
Commit f3b0e17e authored by Allen Gilliland's avatar Allen Gilliland
Browse files

fix react warning on prop types.

parent 49dff7db
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ export default React.createClass({
displayName: 'QueryVisualizationTable',
propTypes: {
data: React.PropTypes.object,
sort: React.PropTypes.object
sort: React.PropTypes.array
},
// local variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment