Set top 10 list to be not clearable via dropdown.

This commit is contained in:
2024-01-08 20:03:54 +01:00
parent 26292a9dea
commit 518b0574e7

View File

@ -194,6 +194,7 @@ def layout() -> html:
id="dropdown_table_metric", id="dropdown_table_metric",
className="dropdown-style", className="dropdown-style",
persistence=True, persistence=True,
clearable=False,
), ),
], ],
), ),