mirror of
https://github.com/ansible/awx.git
synced 2026-04-12 13:39:24 -02: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:
@@ -61,7 +61,7 @@ function LaunchButton({ resource, children }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (canLaunchWithoutPrompt(launch)) {
|
if (canLaunchWithoutPrompt(launch)) {
|
||||||
launchWithParams({});
|
await launchWithParams({});
|
||||||
} else {
|
} else {
|
||||||
setShowLaunchPrompt(true);
|
setShowLaunchPrompt(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user