mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-21 19:03:55 +02:00
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:
@ -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,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user