From fb044fc22eb309a8f2f652dd74a722b023828a39 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Wed, 12 Mar 2025 14:20:44 +0100 Subject: [PATCH] Frontend --- frontend/src/app/data/new.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/data/new.tsx b/frontend/src/app/data/new.tsx index 52df1fd..df5490c 100644 --- a/frontend/src/app/data/new.tsx +++ b/frontend/src/app/data/new.tsx @@ -96,7 +96,7 @@ const DataFetcher: React.FC = () => { setFilteredData(filtered); }, [filters, data]); - const columns = [ + const columns: { key: string; type: "text" | "number" }[] = [ { key: "status", type: "text" }, { key: "type", type: "text" }, { key: "nsapp", type: "text" },