Skip to content

Commit

Permalink
#394: Fix submission tag capture
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jan 25, 2022
1 parent 0cd1368 commit 8b1806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AddSubmission.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class AddSubmission extends React.Component {
<div className='col-md-3' />
</div>
<FormFieldTypeaheadRow
inputName='tag' label='Tags'
inputName='tags' label='Tags'
onChange={this.handleOnChange}
options={this.state.tagNames.map(item => item.name)}
/>
Expand Down

1 comment on commit 8b1806b

@vprusso
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

Please sign in to comment.