Skip to content

Commit 18328a8

Browse files
authored
Update App.vue
1 parent 2ef2bff commit 18328a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

table-component/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default {
8282
registryList.registries.forEach(registryEntry => {
8383
axios.get(registryEntry.uri).then(response => {
8484
const registry = YAML.parse(response.data)
85-
registry.mappings.forEach(mapping => {
85+
registry.mapping_set_references.forEach(mapping => {
8686
this.mappings.push(mapping)
8787
})
8888
})

0 commit comments

Comments
 (0)