Skip to content

Commit eb427b0

Browse files
committed
Pass update_title to frontend
1 parent 3061cba commit eb427b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dash/dash.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ def _config(self):
508508
"props_check": self._dev_tools.props_check,
509509
"show_undo_redo": self.config.show_undo_redo,
510510
"suppress_callback_exceptions": self.config.suppress_callback_exceptions,
511+
"update_title": self.config.update_title,
511512
}
512513
if self._dev_tools.hot_reload:
513514
config["hot_reload"] = {

0 commit comments

Comments
 (0)