We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef2bff commit 18328a8Copy full SHA for 18328a8
table-component/src/App.vue
@@ -82,7 +82,7 @@ export default {
82
registryList.registries.forEach(registryEntry => {
83
axios.get(registryEntry.uri).then(response => {
84
const registry = YAML.parse(response.data)
85
- registry.mappings.forEach(mapping => {
+ registry.mapping_set_references.forEach(mapping => {
86
this.mappings.push(mapping)
87
})
88
0 commit comments