Skip to content

Commit 2295544

Browse files
merging
2 parents cd136db + 18328a8 commit 2295544

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

table-component/src/App.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export default {
108108
registryList.registries.forEach(registryEntry => {
109109
axios.get(registryEntry.uri).then(response => {
110110
const registry = YAML.parse(response.data)
111+
<<<<<<< HEAD
111112
registry.mappings = registry.mappings || []
112113
registry.mapping_set_references.forEach(mapping => {
113114
axios.get(mapping.mapping_set_id).then(response => {
@@ -125,6 +126,10 @@ export default {
125126
}
126127
})
127128
})
129+
=======
130+
registry.mapping_set_references.forEach(mapping => {
131+
this.mappings.push(mapping)
132+
>>>>>>> 18328a805062ba37620e5cba89163ac9c794661b
128133
})
129134
})
130135
})

0 commit comments

Comments
 (0)