diff options
Diffstat (limited to 'resources/tools/dash/app/pal/stats/layout.py')
-rw-r--r-- | resources/tools/dash/app/pal/stats/layout.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/tools/dash/app/pal/stats/layout.py b/resources/tools/dash/app/pal/stats/layout.py index a0920a4ec0..2e74fb8b3c 100644 --- a/resources/tools/dash/app/pal/stats/layout.py +++ b/resources/tools/dash/app/pal/stats/layout.py @@ -610,7 +610,6 @@ class Layout: Input("dpr-period", "start_date"), Input("dpr-period", "end_date"), Input("url", "href") - # prevent_initial_call=True ) def _update_ctrl_panel(cp_data: dict, dut:str, ttype: str, cadence:str, tbed: str, start: str, end: str, href: str) -> tuple: |