Skip to content

Commit

Permalink
fix(ui): Config prompts error
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 14, 2018
1 parent b0ed1e2 commit bbc974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/components/ConfigurationTab.vue
Expand Up @@ -29,7 +29,7 @@ export default {
list.push(prompt)
}
for (const tabId in result) {
data.configuration.tabs[tabId].prompts = result[tabId]
data.configuration.tabs.find(t => t.id === tabId).prompts = result[tabId]
}
}
})
Expand Down

0 comments on commit bbc974d

Please sign in to comment.