Skip to content

Commit

Permalink
Always reload metadata (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarrell authored Feb 8, 2024
1 parent 9a27438 commit 6a6fc5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions static/js/vue-cdr-access/src/components/modalMetadata.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ Displays the MODS descriptive record for an object inside of a modal
watch: {
openModal(display) {
if (display) {
if (this.metadata === '') {
this.loadMetadata();
}
this.loadMetadata();
}
}
},
Expand Down

0 comments on commit 6a6fc5c

Please sign in to comment.