mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Wait for new label IDs before setting label prompt values. (#14283)
This commit is contained in:
@@ -77,7 +77,7 @@ function PromptModalForm({
|
||||
}
|
||||
|
||||
if (launchConfig.ask_labels_on_launch) {
|
||||
const { labelIds } = createNewLabels(
|
||||
const { labelIds } = await createNewLabels(
|
||||
values.labels,
|
||||
resource.organization
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user