Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sweepstake
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Arjun Jhukal
sweepstake
Commits
86252171
Commit
86252171
authored
Sep 17, 2025
by
Arjun Jhukal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the type issue at the table header
parent
e5b9fdf0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
TableHeader.tsx
src/components/molecules/TableHeader.tsx
+3
-3
No files found.
src/components/molecules/TableHeader.tsx
View file @
86252171
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment