This commit is contained in:
Kenneth Jannette
2024-01-16 20:47:42 -06:00
parent f2be25886f
commit cb3d0eadbf
3 changed files with 32 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ const ConfirmModal = ({
buttonLabelText,
modalText,
isBusy,
isReport,
}) => {
return (
<Modal show="true" onHide={onCancel} size="lg">