diff --git a/react/src/pages/EndpointListPage.tsx b/react/src/pages/EndpointListPage.tsx index 3e370e89ef..c73cb9f6e1 100644 --- a/react/src/pages/EndpointListPage.tsx +++ b/react/src/pages/EndpointListPage.tsx @@ -1,3 +1,4 @@ +import BAIPropertyFilter from '../components/BAIPropertyFilter'; import EndpointOwnerInfo from '../components/EndpointOwnerInfo'; import EndpointStatusTag from '../components/EndpointStatusTag'; import Flex from '../components/Flex'; @@ -410,7 +411,7 @@ const EndpointListPage: React.FC = ({ children }) => { paddingRight: token.paddingContentHorizontalSM, }} > - + { @@ -434,6 +435,15 @@ const EndpointListPage: React.FC = ({ children }) => { }, ]} /> +