diff options
Diffstat (limited to 'animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js')
| -rw-r--r-- | animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js b/animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js index aba9cca..09ba70c 100644 --- a/animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js +++ b/animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js @@ -23,12 +23,12 @@ class ParagraphEditor extends Component { } componentDidMount() { - actions.transcript.buildParagraphs() + actions.transcript.buildAllParagraphs() } componentDidUpdate(prevProps) { if (this.props.paragraph !== prevProps.paragraph) { - actions.transcript.buildParagraphs() + actions.transcript.buildAllParagraphs() } } |
