diff --git a/src/components/ResourceList.tsx b/src/components/ResourceList.tsx index 0bc910b..9937915 100644 --- a/src/components/ResourceList.tsx +++ b/src/components/ResourceList.tsx @@ -526,12 +526,11 @@ const ResourceList: React.FC = ({ )}
- {/* Filter UI */}
handleFilterChange(value)} // Ignore the `event` and use `value` + value={String(filters) || ''} + onChange={(_, value: string) => handleFilterChange(value)} onClear={handleClear} aria-label="Global search input" style={{ marginRight: '8px', width: '350px' }}