diff --git a/frontend/src/lib/components/CommandBar/CommandBar.tsx b/frontend/src/lib/components/CommandBar/CommandBar.tsx index d293518e140bc..7259066f9f7a7 100644 --- a/frontend/src/lib/components/CommandBar/CommandBar.tsx +++ b/frontend/src/lib/components/CommandBar/CommandBar.tsx @@ -8,9 +8,23 @@ import { BarStatus } from './types' import './index.scss' import SearchBar from './SearchBar' -import { LemonModal } from '@posthog/lemon-ui' import ActionBar from './ActionBar' +const CommandBarOverlay = ({ children }: { children?: React.ReactNode }): JSX.Element => ( +