Skip to content

Commit

Permalink
feat: add Long as number field type
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Mar 12, 2024
1 parent 44adaa2 commit 611b7b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FormFields/ParameterFields.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ const ParameterFields = ({ jobType }) => {
)
break
case 'java.lang.Integer':
case 'java.lang.Long':
parameterComponent = (
<Field
{...defaultProps}
Expand Down

0 comments on commit 611b7b0

Please sign in to comment.