diff --git a/src/app/Inventory/Inventory.tsx b/src/app/Inventory/Inventory.tsx index d3e3f37c..b6dfaaa6 100644 --- a/src/app/Inventory/Inventory.tsx +++ b/src/app/Inventory/Inventory.tsx @@ -13,7 +13,6 @@ import { Popper, Pagination, EmptyState, - EmptyStateHeader, EmptyStateFooter, EmptyStateBody, Button, @@ -23,7 +22,6 @@ import { ToolbarFilter, ToolbarToggleGroup, EmptyStateActions, - EmptyStateIcon, } from '@patternfly/react-core'; import { Table, Thead, Tr, Th, Tbody, Td } from '@patternfly/react-table'; import SearchIcon from '@patternfly/react-icons/dist/esm/icons/search-icon'; @@ -625,8 +623,7 @@ export const FilterAttributeSearch: React.FunctionComponent = () => { ); const emptyState = ( - - } /> + No results match the filter criteria. Clear all filters and try again.