diff --git a/frontend/src/components/EndpointList/Filters.tsx b/frontend/src/components/EndpointList/Filters.tsx index 27681e3a..047916f7 100644 --- a/frontend/src/components/EndpointList/Filters.tsx +++ b/frontend/src/components/EndpointList/Filters.tsx @@ -126,7 +126,9 @@ const EndpointFilters: React.FC = React.memo( - } /> + + + setSearchQuery(e.target.value)} w={{ base: "full", lg: "xs" }} diff --git a/frontend/src/components/EndpointList/index.tsx b/frontend/src/components/EndpointList/index.tsx index 1216b0a9..6aaf2c89 100644 --- a/frontend/src/components/EndpointList/index.tsx +++ b/frontend/src/components/EndpointList/index.tsx @@ -44,7 +44,7 @@ const EndpointList: React.FC = React.memo( {}}