diff --git a/src/editor/widgets/comment/PurposeSelect.jsx b/src/editor/widgets/comment/PurposeSelect.jsx index ab13a19..754ca02 100644 --- a/src/editor/widgets/comment/PurposeSelect.jsx +++ b/src/editor/widgets/comment/PurposeSelect.jsx @@ -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; \ No newline at end of file +export default PurposeSelect;