Correction de setup_table_columns et autres

This commit is contained in:
Colin Maudry
2026-04-22 21:16:51 +02:00
parent eb8d7abe0d
commit 3e89dacff9
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -839,7 +839,7 @@ def get_top_org_table(data, org_type: str, extra_columns: list, filters: bool =
return html.Div()
columns, tooltip = setup_table_columns(
dff, hideable=False, exclude=[f"{org_type}_id"], new_columns=["Attributions"]
dff, hideable=False, exclude=[f"{org_type}_id"]
)
dff = add_links(dff)
data = dff.to_dicts()