diff --git a/surfsense_web/components/layout/ui/sidebar/DocumentsSidebar.tsx b/surfsense_web/components/layout/ui/sidebar/DocumentsSidebar.tsx
index 1f038a39b..09f53db11 100644
--- a/surfsense_web/components/layout/ui/sidebar/DocumentsSidebar.tsx
+++ b/surfsense_web/components/layout/ui/sidebar/DocumentsSidebar.tsx
@@ -11,9 +11,9 @@ import {
Laptop,
ListFilter,
Lock,
- MoreHorizontal,
Paperclip,
Server,
+ SlidersVertical,
Trash2,
Upload,
X,
@@ -92,6 +92,7 @@ import { uploadFolderScan } from "@/lib/folder-sync-upload";
import { getWorkspaceIdNumber } from "@/lib/route-params";
import { getSupportedExtensionsSet } from "@/lib/supported-extensions";
import { queries } from "@/zero/queries/index";
+import { SidebarSection } from "./SidebarSection";
import { SidebarSlideOutPanel } from "./SidebarSlideOutPanel";
const DesktopLocalTabContent = dynamic(
@@ -133,7 +134,7 @@ function downloadTextFile(content: string, fileName: string, type = "text/markdo
URL.revokeObjectURL(url);
}
-function EmbeddedDocumentsMenu({
+export function EmbeddedDocumentsMenu({
typeCounts,
activeTypes,
onToggleType,
@@ -159,7 +160,7 @@ function EmbeddedDocumentsMenu({
className="relative h-7 w-7 text-muted-foreground hover:bg-accent hover:text-accent-foreground"
aria-label="Document actions"
>
-