Skip to content

Commit

Permalink
FWF-4343:[Feature]- removed clearSearch form required props
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephalexantony-aot committed Feb 12, 2025
1 parent 0c58a07 commit d334ab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forms-flow-web/src/routes/Submit/Forms/SubmitList.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ SearchBar.propTypes = {
search: PropTypes.string.isRequired,
setSearch: PropTypes.func.isRequired,
handleSearch: PropTypes.func.isRequired,
handleClearSearch: PropTypes.func.isRequired,
searchLoading: PropTypes.bool.isRequired,
};
SearchBar.defaultProps = {
Expand Down

0 comments on commit d334ab9

Please sign in to comment.