Frontend
This commit is contained in:
parent
21d24cd8ed
commit
fb044fc22e
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user