Skip to content

Commit 740b913

Browse files
Make config PropType more explicit
Co-authored-by: alexcjohnson <[email protected]>
1 parent 57f9b37 commit 740b913

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-
config: PropTypes.object,
34+
config: PropTypes.shape({update_title: PropTypes.string}),
3535
};
3636

3737
export default connect(state => ({

0 commit comments

Comments
 (0)