Skip to content

Commit d0b09e0

Browse files
authored
Merge pull request #3542 from l0uden/hide_pages_callback
Add hidden=True to dash pages callback
2 parents b4d9837 + fd377d4 commit d0b09e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dash/dash.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2528,6 +2528,7 @@ def router():
25282528
Output(_ID_STORE, "data"),
25292529
inputs=inputs,
25302530
prevent_initial_call=True,
2531+
hidden=True,
25312532
)
25322533
async def update(pathname_, search_, **states):
25332534
"""
@@ -2594,6 +2595,7 @@ async def update(pathname_, search_, **states):
25942595
Output(_ID_STORE, "data"),
25952596
inputs=inputs,
25962597
prevent_initial_call=True,
2598+
hidden=True,
25972599
)
25982600
def update(pathname_, search_, **states):
25992601
"""

0 commit comments

Comments
 (0)