diff --git a/polaris-react/src/components/ActionList/ActionList.stories.tsx b/polaris-react/src/components/ActionList/ActionList.stories.tsx index 9ef143a4cb3..21c372d8830 100644 --- a/polaris-react/src/components/ActionList/ActionList.stories.tsx +++ b/polaris-react/src/components/ActionList/ActionList.stories.tsx @@ -383,73 +383,6 @@ export function WithAPrefixAndASuffix() { ); } -export function WithSearch() { - const [active, setActive] = useState(true); - - const toggleActive = useCallback(() => setActive((active) => !active), []); - - const activator = ( - - ); - - return ( -