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