mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-20 14:19:59 -06:00
fix(ui): Config prompts error
This commit is contained in:
@@ -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]
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user