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

View File

@@ -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
); );