Skip to content

Commit

Permalink
Fix #4397: ConfirmDialog missing header (#4399)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored May 15, 2023
1 parent b8e8c09 commit a89c4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/confirmdialog/ConfirmDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ export const ConfirmDialog = React.memo(
footer,
onHide: hide,
breakpoints: getPropValue('breakpoints'),
pt: props.pt
pt: currentProps.pt
},
ConfirmDialogBase.getOtherProps(props)
ConfirmDialogBase.getOtherProps(currentProps)
);

return (
Expand Down

0 comments on commit a89c4ba

Please sign in to comment.