Update PurposeSelect.jsx
This commit is contained in:
parent
afffac01e7
commit
29e89cad24
|
@ -13,7 +13,8 @@ export const PURPOSES = [
|
||||||
{'value': 'linking', 'label': 'Linking'},
|
{'value': 'linking', 'label': 'Linking'},
|
||||||
{'value': 'moderating', 'label': 'Moderating'},
|
{'value': 'moderating', 'label': 'Moderating'},
|
||||||
{'value': 'questioning', 'label': 'Questioning'},
|
{'value': 'questioning', 'label': 'Questioning'},
|
||||||
{'value': 'replying', 'label': 'Replying'}
|
{'value': 'replying', 'label': 'Replying'},
|
||||||
|
{'value': 'supplementing', 'label': 'Transcription'}
|
||||||
]
|
]
|
||||||
|
|
||||||
const PurposeSelect = props => {
|
const PurposeSelect = props => {
|
||||||
|
@ -34,4 +35,4 @@ const PurposeSelect = props => {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default PurposeSelect;
|
export default PurposeSelect;
|
||||||
|
|
Loading…
Reference in New Issue