diff --git a/components/lib/confirmdialog/ConfirmDialog.js b/components/lib/confirmdialog/ConfirmDialog.js index 34f036cb36..e458688d24 100644 --- a/components/lib/confirmdialog/ConfirmDialog.js +++ b/components/lib/confirmdialog/ConfirmDialog.js @@ -208,7 +208,8 @@ export const ConfirmDialog = React.memo( onHide: hide, breakpoints: getPropValue('breakpoints'), pt: currentProps.pt, - unstyled: props.unstyled + unstyled: props.unstyled, + appendTo: getPropValue('appendTo') }, ConfirmDialogBase.getOtherProps(currentProps) );