Skip to content

Commit

Permalink
Add missing propType on compoment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcnunes committed Dec 11, 2016
1 parent e7dd631 commit f332aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/query.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default class Query extends Component {
tables: PropTypes.array,
columnsByTable: PropTypes.object,
triggersByTable: PropTypes.object,
indexesByTable: PropTypes.object,
views: PropTypes.array,
functions: PropTypes.array,
procedures: PropTypes.array,
Expand Down

0 comments on commit f332aad

Please sign in to comment.