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