diff --git a/react/CozyDialogs/FixedDialog.jsx b/react/CozyDialogs/FixedDialog.jsx index c1f0109c8e..904773f085 100644 --- a/react/CozyDialogs/FixedDialog.jsx +++ b/react/CozyDialogs/FixedDialog.jsx @@ -51,7 +51,7 @@ const FixedDialog = props => {
{content}
- + {actions && ( { +const Dialog = ({ className, ...props }) => { const { type, variant } = useCozyTheme() useDialogEffects(props.open, props.fullScreen) - return + return ( + + ) } Dialog.defaultProps = {