We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28630d9 commit 2f7cdc4Copy full SHA for 2f7cdc4
dash-renderer/src/components/core/DocumentTitle.react.js
@@ -13,7 +13,7 @@ class DocumentTitle extends Component {
13
}
14
15
UNSAFE_componentWillReceiveProps(props) {
16
- if (props.pendingCallbacks.length) {
+ if (this.state.update_title && props.pendingCallbacks.length) {
17
document.title = this.state.update_title;
18
} else {
19
document.title = this.state.initialTitle;
0 commit comments