Skip to content

Commit

Permalink
Fix primefaces#4753: ConfirmDialog appendTo
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Aug 9, 2023
1 parent 1c97331 commit aec0d05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lib/confirmdialog/ConfirmDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);
Expand Down

0 comments on commit aec0d05

Please sign in to comment.