We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ed1e2 commit bbc974dCopy full SHA for bbc974d
packages/@vue/cli-ui/src/components/ConfigurationTab.vue
@@ -29,7 +29,7 @@ export default {
29
list.push(prompt)
30
}
31
for (const tabId in result) {
32
- data.configuration.tabs[tabId].prompts = result[tabId]
+ data.configuration.tabs.find(t => t.id === tabId).prompts = result[tabId]
33
34
35
})
0 commit comments