diff --git a/awx/ui/src/components/LaunchPrompt/LaunchPrompt.js b/awx/ui/src/components/LaunchPrompt/LaunchPrompt.js index dba9741bf3..cf9c886658 100644 --- a/awx/ui/src/components/LaunchPrompt/LaunchPrompt.js +++ b/awx/ui/src/components/LaunchPrompt/LaunchPrompt.js @@ -77,7 +77,7 @@ function PromptModalForm({ } if (launchConfig.ask_labels_on_launch) { - const { labelIds } = createNewLabels( + const { labelIds } = await createNewLabels( values.labels, resource.organization );