Skip to content

Commit

Permalink
pkp/pkp-lib#9313 Fix updating addEntryForm data
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Feb 14, 2024
1 parent 64501c7 commit c6bf04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ListPanel/submissions/CatalogListPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export default {
Object.keys(data).forEach(function (key) {
addEntryForm[key] = data[key];
});
this.$emit('set', this.id, {addEntryForm: data});
this.$emit('set', this.id, {addEntryForm});
},
/**
Expand Down

0 comments on commit c6bf04a

Please sign in to comment.