Skip to content

Commit 3061cba

Browse files
committed
Save update_title to config
1 parent 6525ca2 commit 3061cba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dash/dash.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def __init__(
252252
prevent_initial_callbacks=False,
253253
show_undo_redo=False,
254254
plugins=None,
255-
update_title=True,
255+
update_title="Updating...",
256256
**obsolete
257257
):
258258
_validate.check_obsolete(obsolete)
@@ -300,6 +300,7 @@ def __init__(
300300
),
301301
prevent_initial_callbacks=prevent_initial_callbacks,
302302
show_undo_redo=show_undo_redo,
303+
update_title=update_title,
303304
)
304305
self.config.set_read_only(
305306
[

0 commit comments

Comments
 (0)