Skip to content

Commit bbc974d

Browse files
author
Guillaume Chau
committed
fix(ui): Config prompts error
1 parent b0ed1e2 commit bbc974d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/src/components/ConfigurationTab.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
list.push(prompt)
3030
}
3131
for (const tabId in result) {
32-
data.configuration.tabs[tabId].prompts = result[tabId]
32+
data.configuration.tabs.find(t => t.id === tabId).prompts = result[tabId]
3333
}
3434
}
3535
})

0 commit comments

Comments
 (0)