Skip to content

Commit d0b2dd3

Browse files
committed
fixing tyop
1 parent 832ab4d commit d0b2dd3

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
@@ -2500,7 +2500,8 @@ def update(pathname_, search_, **states):
25002500
self.layout()
25012501
if callable(self.layout)
25022502
else self.layout
2503-
]self.validation_layout = html.Div(
2503+
]
2504+
self.validation_layout = html.Div(
25042505
[
25052506
page["layout"]()
25062507
if callable(page["layout"])

0 commit comments

Comments
 (0)