Skip to content

Commit

Permalink
feat(step-payout): remove min deffered
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenijesavic committed Oct 21, 2024
1 parent f074e40 commit 3c535ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/proposals/create/StepPayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ export default {
},
isValidDeferred (deferred) {
const proposalType = this.$store.state.proposals.draft.category.key
if (proposalType === 'assignment') {
return deferred >= this.minDeferred
}
// const proposalType = this.$store.state.proposals.draft.category.key
// if (proposalType === 'assignment') {
// return deferred >= this.minDeferred
// }
return true
},
Expand Down

0 comments on commit 3c535ff

Please sign in to comment.