Frontend
This commit is contained in:
parent
21d24cd8ed
commit
fb044fc22e
@ -96,7 +96,7 @@ const DataFetcher: React.FC = () => {
|
|||||||
setFilteredData(filtered);
|
setFilteredData(filtered);
|
||||||
}, [filters, data]);
|
}, [filters, data]);
|
||||||
|
|
||||||
const columns = [
|
const columns: { key: string; type: "text" | "number" }[] = [
|
||||||
{ key: "status", type: "text" },
|
{ key: "status", type: "text" },
|
||||||
{ key: "type", type: "text" },
|
{ key: "type", type: "text" },
|
||||||
{ key: "nsapp", type: "text" },
|
{ key: "nsapp", type: "text" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user