Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dash/dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -2515,6 +2515,7 @@ def router():
Output(_ID_STORE, "data"),
inputs=inputs,
prevent_initial_call=True,
hidden=True,
)
async def update(pathname_, search_, **states):
"""
Expand Down Expand Up @@ -2581,6 +2582,7 @@ async def update(pathname_, search_, **states):
Output(_ID_STORE, "data"),
inputs=inputs,
prevent_initial_call=True,
hidden=True,
)
def update(pathname_, search_, **states):
"""
Expand Down