Merge pull request #10621 from nixocio/ui_issue_10620

Fix close button alert modal

Fix close button alert modal
closes: #10620

Reviewed-by: Keith Grant <keithjgrant@gmail.com>
Reviewed-by: Sarah Akus <sakus@redhat.com>
This commit is contained in:
softwarefactory-project-zuul[bot] 2021-07-15 18:59:02 +00:00 committed by GitHub
commit d3143d9b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ const BooleanField = ({
variant="danger"
aria-label={modalTitle}
onClose={() => {
helpers.setValue(false);
setIsModalOpen(false);
}}
actions={[
<Button