UTI: Add URL support to "News"
[csit.git] / resources / tools / dash / app / pal / stats / layout.py
index a0920a4..2e74fb8 100644 (file)
@@ -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: