Skip to content

Commit

Permalink
Wait for new label IDs before setting label prompt values. (#14283)
Browse files Browse the repository at this point in the history
  • Loading branch information
kialam authored Aug 3, 2023
1 parent aec9a9c commit 9bb6786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/ui/src/components/LaunchPrompt/LaunchPrompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function PromptModalForm({
}

if (launchConfig.ask_labels_on_launch) {
const { labelIds } = createNewLabels(
const { labelIds } = await createNewLabels(
values.labels,
resource.organization
);
Expand Down

0 comments on commit 9bb6786

Please sign in to comment.