Skip to content

Commit

Permalink
Add prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeYvas committed Feb 28, 2024
1 parent e2f9c27 commit cbc1769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/QueryBuilder/QueryBuilder/TestQuery/TestQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,13 @@ TestQuery.propTypes = {
onQueryRetrieved: PropTypes.func,
onQueryExecutionSuccess: PropTypes.func,
onQueryExecutionFail: PropTypes.func,
onSetDefaultVisibleColumns: PropTypes.func,
testQuery: PropTypes.func,
isTestQueryLoading: PropTypes.bool,
isPreviewLoading: PropTypes.bool,
setIsPreviewLoading: PropTypes.func,
isTestQueryInProgress: PropTypes.bool,
setIsTestQueryInProgress: PropTypes.func,
recordsLimit: PropTypes.number,
recordColumns: PropTypes.arrayOf(PropTypes.string)

Check failure on line 209 in src/QueryBuilder/QueryBuilder/TestQuery/TestQuery.js

View workflow job for this annotation

GitHub Actions / github-actions-ci

Missing trailing comma

Check failure on line 209 in src/QueryBuilder/QueryBuilder/TestQuery/TestQuery.js

View workflow job for this annotation

GitHub Actions / github-actions-ci

Missing trailing comma
};

0 comments on commit cbc1769

Please sign in to comment.