diff --git a/services/web/frontend/js/features/editor-navigation-toolbar/components/layout-dropdown-button.tsx b/services/web/frontend/js/features/editor-navigation-toolbar/components/layout-dropdown-button.tsx index b580fa5cf8..2a41641df4 100644 --- a/services/web/frontend/js/features/editor-navigation-toolbar/components/layout-dropdown-button.tsx +++ b/services/web/frontend/js/features/editor-navigation-toolbar/components/layout-dropdown-button.tsx @@ -10,6 +10,7 @@ import { DropdownItem, DropdownMenu, DropdownToggle, + DropdownToggleCustom, } from '@/features/ui/components/bootstrap-5/dropdown-menu' import { Trans, useTranslation } from 'react-i18next' import Tooltip from '../../../shared/components/tooltip' @@ -136,7 +137,7 @@ const LayoutDropdownToggleButton = forwardRef< onClick(e) } - return