fix(editor): Correct sub-workflow extraction grammar (no-changelog) (#16002)

This commit is contained in:
Charlie Kolb
2025-06-04 10:41:03 +02:00
committed by GitHub
parent 7cd7883b34
commit 5c7f682b73
3 changed files with 16 additions and 16 deletions

View File

@@ -56,7 +56,7 @@ onMounted(() => {
max-width="540px"
:title="
i18n.baseText('workflowExtraction.modal.description', {
interpolate: { nodeCount: props.data.subGraph.length },
adjustToNumber: props.data.subGraph.length,
})
"
:event-bus="modalBus"