Correction du téléchargemnent buggé dans /tableau + test

This commit is contained in:
Colin Maudry
2026-02-22 18:39:31 +01:00
parent 367e5f64ff
commit 4619dd2708
6 changed files with 51 additions and 5 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import datetime
from typing import Any
import dash_bootstrap_components as dbc
import polars as pl
@@ -366,7 +367,7 @@ def get_top_acheteurs(data):
)
def download_titulaire_data(
n_clicks,
data: [dict],
data: list[dict[str, Any]],
titulaire_nom: str,
annee: str,
):