diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-16 17:02:07 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-16 17:02:07 +0200 |
| commit | 16198af30d6227e481a0da0050185230f4676000 (patch) | |
| tree | aaacdcdef63173b2620db55af05b1cc9bbbb1300 /animism-align/frontend/app/views/align/components/annotations | |
| parent | ddb64fd51c9919662e0c92d31265ef4fdaa9d5e7 (diff) | |
heading text on section V
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations')
| -rw-r--r-- | animism-align/frontend/app/views/align/components/annotations/annotation.form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/align/components/annotations/annotation.form.js b/animism-align/frontend/app/views/align/components/annotations/annotation.form.js index 449e240..8b4b6fe 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotation.form.js +++ b/animism-align/frontend/app/views/align/components/annotations/annotation.form.js @@ -126,7 +126,7 @@ class AnnotationForm extends Component { {this.renderButtons()} {annotation.type === 'sentence' && this.renderTextarea()} {annotation.type === 'section_heading' && this.renderTextarea()} - {annotation.type === 'text_heading' && this.renderTextarea()} + {annotation.type === 'heading_text' && this.renderTextarea()} {(annotation.type in annotationFormLookup) && this.renderElementForm()} </div> ) |
