Skip to content

Commit

Permalink
remove out of scope field
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-tvu committed Feb 5, 2024
1 parent 682d16a commit 72e35a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/app/forms/FormField.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ FormField.propTypes = {

value: p.oneOfType([p.string, p.arrayOf(p.string)]),

destType: p.string,

multiple: p.bool,

options: p.arrayOf(
Expand Down

0 comments on commit 72e35a0

Please sign in to comment.