mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Fix broken types for globally defined components (no-changelog) (#16505)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
@@ -701,7 +701,7 @@ onMounted(async () => {
|
||||
>
|
||||
<N8nOption
|
||||
v-for="option of saveManualOptions"
|
||||
:key="option.key"
|
||||
:key="`${option.key}`"
|
||||
:label="option.value"
|
||||
:value="option.key"
|
||||
>
|
||||
@@ -730,7 +730,7 @@ onMounted(async () => {
|
||||
>
|
||||
<N8nOption
|
||||
v-for="option of saveExecutionProgressOptions"
|
||||
:key="option.key"
|
||||
:key="`${option.key}`"
|
||||
:label="option.value"
|
||||
:value="option.key"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user