mirror of
https://github.com/ansible/awx.git
synced 2026-01-28 00:51:27 -03:30
Fix close button alert modal
Fix close button alert modal closes: https://github.com/ansible/awx/issues/10620
This commit is contained in:
parent
68e309ee32
commit
5964ff6c93
@ -94,7 +94,7 @@ const BooleanField = ({
|
||||
variant="danger"
|
||||
aria-label={modalTitle}
|
||||
onClose={() => {
|
||||
helpers.setValue(false);
|
||||
setIsModalOpen(false);
|
||||
}}
|
||||
actions={[
|
||||
<Button
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user