Skip to content

Commit

Permalink
Publication list fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Aug 14, 2024
1 parent b3141d8 commit 47b1d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modals/publication/AddPublicationModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export default {
publicationStore.refreshPublicationList()
response.json().then((data) => {
publicationStore.setPublicationItem(data)
navigationStore.setSelectedCatalogus(data?.catalogi)
navigationStore.setSelectedCatalogus(data?.catalogi?.id)
})
navigationStore.setSelected('publication')
// Wait for the user to read the feedback then close the model
Expand Down

0 comments on commit 47b1d62

Please sign in to comment.