Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
Signed-off-by: R-Lawton <[email protected]>
  • Loading branch information
R-Lawton committed Nov 18, 2024
1 parent ac60a8f commit 88ba24d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/ResourceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -526,12 +526,11 @@ const ResourceList: React.FC<ResourceListProps> = ({
)}
<div className="kuadrant-policy-list-body">
<ListPageBody>
{/* Filter UI */}
<div className="kuadrant-filter-bar" style={{ marginBottom: '16px' , marginTop: '15px' }}>
<SearchInput
placeholder="Search across name, namespace or resource type"
value={String(filters) || ''} // Use one filter field as the input's value
onChange={(_, value: string) => 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' }}
Expand Down

0 comments on commit 88ba24d

Please sign in to comment.