From a89c4ba1cfcede1acb34c7648cc3977817e5cb58 Mon Sep 17 00:00:00 2001 From: Melloware Date: Mon, 15 May 2023 14:42:03 -0400 Subject: [PATCH] Fix #4397: ConfirmDialog missing header (#4399) --- components/lib/confirmdialog/ConfirmDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/confirmdialog/ConfirmDialog.js b/components/lib/confirmdialog/ConfirmDialog.js index 5debd87483..b3008fc1cd 100644 --- a/components/lib/confirmdialog/ConfirmDialog.js +++ b/components/lib/confirmdialog/ConfirmDialog.js @@ -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 (