Skip to content

Commit

Permalink
fix multiple word filtering
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 ea99513 commit e4268da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ResourceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ const ResourceList: React.FC<ResourceListProps> = ({
<ListPageBody>
<div className="kuadrant-filter-bar" style={{ marginBottom: '16px', marginTop: '15px' }}>
<SearchInput
placeholder={t("Search across name, namespace and/or resource type")}
placeholder={t('Search across name, namespace and/or resource type')}
value={String(filters) || ''}
onChange={(_, value: string) => handleFilterChange(value)}
onClear={handleClear}
Expand Down

0 comments on commit e4268da

Please sign in to comment.