Merge pull request #72 from dnoneill/master

Add transcription purpose
This commit is contained in:
Rainer Simon 2021-07-29 15:41:11 +02:00 committed by GitHub
commit 9eb4360d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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;