Skip to content

Commit

Permalink
Update required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
regdocs committed May 19, 2024
1 parent 77f9efd commit 2768738
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions applets/fundraising/FundraisingForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,15 @@ function FundraisingForm({ createMode }) {
format: "date-time",
},
},
required: [
"category",
"current_amount",
"target_amount",
"title",
"description",
"start_date",
"end_date",
],
}}
uiSchema={{
"ui:submitButtonOptions": {
Expand Down

0 comments on commit 2768738

Please sign in to comment.