diff --git a/src/assistant/AssistantWrapperMobile.jsx b/src/assistant/AssistantWrapperMobile.jsx index 97a73b05e..9d6ec80c2 100644 --- a/src/assistant/AssistantWrapperMobile.jsx +++ b/src/assistant/AssistantWrapperMobile.jsx @@ -7,6 +7,7 @@ import { getFlagshipMetadata } from 'cozy-device-helper' import { useBreakpoints } from 'cozy-ui/transpiled/react/providers/Breakpoints' import { useCozyTheme } from 'cozy-ui/transpiled/react/providers/CozyTheme' import SearchBar from 'cozy-ui/transpiled/react/SearchBar' +import Portal from 'cozy-ui/transpiled/react/Portal' import Icon from 'cozy-ui/transpiled/react/Icon' import { useI18n } from 'cozy-ui/transpiled/react/providers/I18n' @@ -23,29 +24,31 @@ export const AssistantWrapperMobile = () => { if (!flag('cozy.assistant.enabled') || !isMobile) return null return ( -