diff --git a/apps/web/content/docs/dropdown-menu/index.mdx b/apps/web/content/docs/dropdown-menu/index.mdx
index dfe737e5..1240a411 100644
--- a/apps/web/content/docs/dropdown-menu/index.mdx
+++ b/apps/web/content/docs/dropdown-menu/index.mdx
@@ -227,10 +227,6 @@ Use virtualization to efficiently render large lists with thousands of items. Th
-### Deep search + subpages (creatable labels)
-
-
-
### Async + Deep Search
diff --git a/apps/web/registry/examples/dropdown-menu/deep-search-linear/index.tsx b/apps/web/registry/examples/dropdown-menu/deep-search-linear/index.tsx
index b9802fd7..870bb08d 100644
--- a/apps/web/registry/examples/dropdown-menu/deep-search-linear/index.tsx
+++ b/apps/web/registry/examples/dropdown-menu/deep-search-linear/index.tsx
@@ -275,12 +275,12 @@ function buildMenuContent(): NodeDef[] {
)
return [
- aiFilterSubpage,
- {
- kind: 'separator',
- id: 'ai-filter-separator',
- render: ({ props }) => ,
- },
+ // aiFilterSubpage,
+ // {
+ // kind: 'separator',
+ // id: 'ai-filter-separator',
+ // render: ({ props }) => ,
+ // },
statusMenu,
assigneeMenu,
priorityMenu,