diff --git a/packages/sanity/src/core/studio/components/navbar/perspective/GlobalPerspectiveMenu.tsx b/packages/sanity/src/core/studio/components/navbar/perspective/GlobalPerspectiveMenu.tsx index 362be63059c..927cbf7f9f7 100644 --- a/packages/sanity/src/core/studio/components/navbar/perspective/GlobalPerspectiveMenu.tsx +++ b/packages/sanity/src/core/studio/components/navbar/perspective/GlobalPerspectiveMenu.tsx @@ -6,7 +6,6 @@ import {BundleBadge} from '../../../../bundles/components/BundleBadge' import {BundleMenu} from '../../../../bundles/components/BundleMenu' import {CreateBundleDialog} from '../../../../bundles/components/dialog/CreateBundleDialog' import {usePerspective} from '../../../../bundles/hooks/usePerspective' -import {LATEST} from '../../../../bundles/util/const' import {useBundles} from '../../../../store/bundles/BundlesProvider' export function GlobalPerspectiveMenu(): JSX.Element { @@ -31,13 +30,7 @@ export function GlobalPerspectiveMenu(): JSX.Element { - + } bundles={bundles}