We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a60e43 commit ff1fc77Copy full SHA for ff1fc77
vite-app/src/components/Dashboard.tsx
@@ -136,15 +136,6 @@ const Dashboard = observer(({ onRefresh }: DashboardProps) => {
136
<Button onClick={collapseAll} size="sm" variant="secondary">
137
Collapse All
138
</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
- )}
148
</div>
149
)}
150
0 commit comments