Commit 86252171 by Arjun Jhukal

updated the type issue at the table header

parent e5b9fdf0
...@@ -35,9 +35,9 @@ export default function TableHeader({ ...@@ -35,9 +35,9 @@ export default function TableHeader({
value={filterMethod} value={filterMethod}
onChange={(e) => setFilterMethod(e.target.value)} onChange={(e) => setFilterMethod(e.target.value)}
options={[ options={[
{ value: "all", label: "All Method" }, { value: "all", name: "All Method" },
{ value: "crypto", label: "Crypto" }, { value: "crypto", name: "Crypto" },
{ value: "paypal", label: "USD/Paypal" }, { value: "paypal", name: "USD/Paypal" },
]} ]}
/> />
<Button onClick={onDownloadCSV}>Download CSV</Button> <Button onClick={onDownloadCSV}>Download CSV</Button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment