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" },