Skip to content

Commit

Permalink
Merge pull request #111 from BBMRI-ERIC/fix/add_reload_on_status_change
Browse files Browse the repository at this point in the history
fix: reload of page
  • Loading branch information
RadovanTomik committed Feb 16, 2024
2 parents ba92c7c + 3350054 commit 59ec9b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/views/NegotiationPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -541,10 +541,11 @@ export default {
negotiationId: this.negotiation.id,
resourceId: resource,
event: event
}).then(() => {
// update status and status select
this.$router.go(0)
})
}
// update status and status select
this.$router.go(0)
}
},
transformString(string) {
Expand Down

0 comments on commit 59ec9b7

Please sign in to comment.