Set top 10 list to be not clearable via dropdown (#543)

Changed the top 10 Dropdown to remove the clear button.
This commit is contained in:
2024-01-10 21:03:06 +01:00
committed by GitHub

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,
), ),
], ],
), ),