Skip to content

Commit 745ba77

Browse files
committed
Fix config PropType
1 parent 8046178 commit 745ba77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash-renderer/src/components/core/DocumentTitle.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class DocumentTitle extends Component {
3131

3232
DocumentTitle.propTypes = {
3333
isLoading: PropTypes.bool.isRequired,
34-
update_title: PropTypes.string,
34+
config: PropTypes.object,
3535
};
3636

3737
export default connect(state => ({

0 commit comments

Comments
 (0)