diff --git a/src/components/extractions/ExtractionsHeader.tsx b/src/components/extractions/ExtractionsHeader.tsx index 6cce580..f929dde 100644 --- a/src/components/extractions/ExtractionsHeader.tsx +++ b/src/components/extractions/ExtractionsHeader.tsx @@ -93,11 +93,28 @@ export function ExtractionsHeader({
+ + onStatusFilterChange(value as ExtractionStatus | 'all')} - > - - - - - - All Status - Pending - Processing - Completed - Failed - - -
- -
@@ -96,7 +88,8 @@ export function SchedulersHeader({ value={statusFilter} onValueChange={onStatusFilterChange} > - + + @@ -113,7 +106,8 @@ export function SchedulersHeader({ value={taskTypeFilter} onValueChange={onTaskTypeFilterChange} > - + + @@ -125,6 +119,18 @@ export function SchedulersHeader({ ))} + +