Skip to content

Commit

Permalink
Fix Name and terms not matching
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogier Bom committed Nov 4, 2023
1 parent b33f59a commit df6a43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DataEditor/DataEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function saveAnnotations() {
manifestStore.manifest.items[0].annotations[0].items
) {
let value = ''
manifestStore.getTerms[index].forEach((item: any) => {
manifestStore.getTerms[item.name_nl].forEach((item: any) => {
if (item.selected) {
value += item.prefLabel[0] + '|' + item.uri + ','
}
Expand Down

0 comments on commit df6a43b

Please sign in to comment.