Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd0b09e0

Browse files
authored
Merge pull request#3542 from l0uden/hide_pages_callback
Add hidden=True to dash pages callback
2 parentsb4d9837 +fd377d4 commitd0b09e0

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
asyncdefupdate(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
defupdate(pathname_,search_,**states):
25992601
"""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp