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.
2 parents cd136db + 18328a8 commit 2295544Copy full SHA for 2295544
table-component/src/App.vue
@@ -108,6 +108,7 @@ export default {
108
registryList.registries.forEach(registryEntry => {
109
axios.get(registryEntry.uri).then(response => {
110
const registry = YAML.parse(response.data)
111
+<<<<<<< HEAD
112
registry.mappings = registry.mappings || []
113
registry.mapping_set_references.forEach(mapping => {
114
axios.get(mapping.mapping_set_id).then(response => {
@@ -125,6 +126,10 @@ export default {
125
126
}
127
})
128
129
+=======
130
+ registry.mapping_set_references.forEach(mapping => {
131
+ this.mappings.push(mapping)
132
+>>>>>>> 18328a805062ba37620e5cba89163ac9c794661b
133
134
135
0 commit comments