diff --git a/src/web/pages/reportformats/component.js b/src/web/pages/reportformats/component.js index 8045929d51..a58127f771 100644 --- a/src/web/pages/reportformats/component.js +++ b/src/web/pages/reportformats/component.js @@ -128,7 +128,7 @@ class ReportFormatComponent extends React.Component { render() { const {children, onDeleted, onDeleteError, onInteraction} = this.props; - const {dialogVisible, reportformat, title} = this.state; + const {dialogVisible, reportformat, title, preferences} = this.state; return (