Skip to content

Commit

Permalink
Merge pull request #26 from openstad/feature/use-budget-column-for-idea
Browse files Browse the repository at this point in the history
Add budget field to idea in react admin beta
  • Loading branch information
LorenzoJokhan authored Mar 4, 2024
2 parents 520240d + b75d081 commit 2f14c6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/idea/create-edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const Form = (props) => (
<TextInput source="title" variant="outlined" fullWidth/>
<TextInput source="summary" options={{ multiLine: true }} variant="outlined" fullWidth validate={[required()]} />
<TextInput multiline source="description" variant="outlined" fullWidth validate={[required()]}/>
<TextInput source="budget" variant="outlined" fullWidth/>
<TextInput placeholder='The id of the original idea' label="Original idea-id" source="extraData.originalId" variant="outlined" fullWidth/>
<ReferenceArrayInput label="tags" source="tags" reference="tag" variant="outlined">
<SelectArrayInput optionText="name"/>
Expand Down

0 comments on commit 2f14c6d

Please sign in to comment.