Update PurposeSelect.jsx

This commit is contained in:
dnoneill 2021-07-26 16:12:03 -04:00 committed by GitHub
parent afffac01e7
commit 29e89cad24
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;