Skip to content

Commit

Permalink
Remove apollo prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash authored Jan 8, 2024
1 parent 83e6e17 commit f7f7dac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/SearchAndSort/SearchAndSort.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ class SearchAndSort extends React.Component {
advancedSearchIndex: PropTypes.string,
advancedSearchOptions: PropTypes.arrayOf(PropTypes.object),
advancedSearchQueryBuilder: PropTypes.func,
apolloQuery: PropTypes.object, // machine-readable
apolloResource: PropTypes.string,
autofocusSearchField: PropTypes.bool,
basePath: PropTypes.string,
browseOnly: PropTypes.bool,
Expand Down

0 comments on commit f7f7dac

Please sign in to comment.