Merge branch 'main' of github.com:recogito/recogito-client-core into main
This commit is contained in:
commit
70628da819
|
@ -13,7 +13,8 @@ export const PURPOSES = [
|
|||
{'value': 'linking', 'label': 'Linking'},
|
||||
{'value': 'moderating', 'label': 'Moderating'},
|
||||
{'value': 'questioning', 'label': 'Questioning'},
|
||||
{'value': 'replying', 'label': 'Replying'}
|
||||
{'value': 'replying', 'label': 'Replying'},
|
||||
{'value': 'supplementing', 'label': 'Transcription'}
|
||||
]
|
||||
|
||||
const PurposeSelect = props => {
|
||||
|
@ -34,4 +35,4 @@ const PurposeSelect = props => {
|
|||
|
||||
}
|
||||
|
||||
export default PurposeSelect;
|
||||
export default PurposeSelect;
|
||||
|
|
Loading…
Reference in New Issue