Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 8b1806b

Browse files
#394: Fix submission tag capture
1 parent 0cd1368 commit 8b1806b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/AddSubmission.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class AddSubmission extends React.Component {
143143
<div className='col-md-3' />
144144
</div>
145145
<FormFieldTypeaheadRow
146-
inputName='tag' label='Tags'
146+
inputName='tags' label='Tags'
147147
onChange={this.handleOnChange}
148148
options={this.state.tagNames.map(item => item.name)}
149149
/>

0 commit comments

Comments
 (0)