diff --git a/services/web/frontend/js/features/ide-react/components/editor-sidebar.tsx b/services/web/frontend/js/features/ide-react/components/editor-sidebar.tsx index 8a443eba78..bbc29dbd79 100644 --- a/services/web/frontend/js/features/ide-react/components/editor-sidebar.tsx +++ b/services/web/frontend/js/features/ide-react/components/editor-sidebar.tsx @@ -9,7 +9,7 @@ import { useOutlinePane } from '@/features/ide-react/hooks/use-outline-pane' export default function EditorSidebar() { const { view } = useLayoutContext() - const { outlineDisabled, outlineRef } = useOutlinePane() + const { outlineEnabled, outlinePanelRef } = useOutlinePane() return (