mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Fix close button alert modal
Fix close button alert modal closes: https://github.com/ansible/awx/issues/10620
This commit is contained in:
@@ -94,7 +94,7 @@ const BooleanField = ({
|
|||||||
variant="danger"
|
variant="danger"
|
||||||
aria-label={modalTitle}
|
aria-label={modalTitle}
|
||||||
onClose={() => {
|
onClose={() => {
|
||||||
helpers.setValue(false);
|
setIsModalOpen(false);
|
||||||
}}
|
}}
|
||||||
actions={[
|
actions={[
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user