mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02: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) {
|
if (launchConfig.ask_labels_on_launch) {
|
||||||
const { labelIds } = createNewLabels(
|
const { labelIds } = await createNewLabels(
|
||||||
values.labels,
|
values.labels,
|
||||||
resource.organization
|
resource.organization
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user