Skip to content

Commit ff1fc77

Browse files
author
Dylan Huang
committed
Remove reset filters button from Dashboard component
1 parent 6a60e43 commit ff1fc77

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

vite-app/src/components/Dashboard.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,6 @@ const Dashboard = observer(({ onRefresh }: DashboardProps) => {
136136
<Button onClick={collapseAll} size="sm" variant="secondary">
137137
Collapse All
138138
</Button>
139-
{state.tableFilterConfig.length > 0 && (
140-
<Button
141-
onClick={() => state.resetTableFilterConfig()}
142-
size="sm"
143-
variant="secondary"
144-
>
145-
Reset Filters
146-
</Button>
147-
)}
148139
</div>
149140
)}
150141
</div>

0 commit comments

Comments
 (0)