This commit is contained in:
Michel Roegl-Brunner 2025-03-12 14:20:44 +01:00
parent 21d24cd8ed
commit fb044fc22e

View File

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