Skip to content

Commit

Permalink
fix validation
Browse files Browse the repository at this point in the history
  • Loading branch information
onnovisser committed Jan 18, 2024
1 parent 17a2885 commit 543671d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions centrifuge-app/src/pages/IssuerPool/Pricing/OracleFeeders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ export function OracleFeeders({ poolId }: { poolId: string }) {
execute([values], { account: admin })
actions.setSubmitting(false)
},
validate(values) {
const errors: any = {}
if (values.feeders.length < values.minFeeders) {
errors.feeders = 'Not enough feeders'
}
},
})

React.useEffect(() => {
Expand Down

0 comments on commit 543671d

Please sign in to comment.