Wait for new label IDs before setting label prompt values. (#14283)

This commit is contained in:
kialam 2023-08-03 06:46:46 -07:00 committed by GitHub
parent aec9a9ca56
commit 9bb6786a58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ function PromptModalForm({
}
if (launchConfig.ask_labels_on_launch) {
const { labelIds } = createNewLabels(
const { labelIds } = await createNewLabels(
values.labels,
resource.organization
);