Skip to content

Commit

Permalink
Update src/components/Records/Record/AdditionalInfo.vue
Browse files Browse the repository at this point in the history
Co-authored-by: knirirr <[email protected]>
  • Loading branch information
ramGranell and knirirr authored Oct 3, 2023
1 parent e4c4c06 commit 2a74c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Records/Record/AdditionalInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default {
this.tempData[key] = []
// Special case this is a string
if (typeof selectedNode === 'string' ){
this.tempData[key].push({"": selectedNode})
this.tempData[key].push({"Value": selectedNode})
}
else {
Object.keys(selectedNode).forEach(item_key => {
Expand Down

0 comments on commit 2a74c7c

Please sign in to comment.