mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Add await to handleLaunch (#11649)
* Add async to handleLaunch * Fix package-lock Co-authored-by: Wambugu Kironji <wkironji@redhat.com>
This commit is contained in:
parent
9d0de57fae
commit
ea09adbbf3
@ -61,7 +61,7 @@ function LaunchButton({ resource, children }) {
|
||||
}
|
||||
|
||||
if (canLaunchWithoutPrompt(launch)) {
|
||||
launchWithParams({});
|
||||
await launchWithParams({});
|
||||
} else {
|
||||
setShowLaunchPrompt(true);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user