Skip to content

Commit

Permalink
Fix close button on MAT confirmation modal
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Sep 3, 2024
1 parent 18dbbef commit 7fd05e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/aggregation/mat/ConfirmationModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const ConfirmationModal = ({ show, onConfirm, onCancel }) => {
<Modal
className="rounded-lg shadow-md shadow-black bg-white text-black"
show={show}
onHideClick={onCancel}
>
<div className="container">
<div className="flex flex-col">
Expand Down

0 comments on commit 7fd05e9

Please sign in to comment.