project-booster-vue 8.118.2 → 8.118.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "8.118.2",
3
+ "version": "8.118.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "test:unit": "vue-cli-service test:unit --forceExit --detectOpenHandles",
@@ -150,7 +150,7 @@ export default {
150
150
  : `${this.payload.viewModel.notification.success.text} ${this.name} a bien été sauvegardée`,
151
151
  link: {
152
152
  label: this.payload.viewModel.notification.success.link,
153
- href: `${window.location.origin}/espace-perso/espace-projets.html?#/projects/${this.projectToCreate.projectId}/estimates`,
153
+ href: `${window.location.origin}/espace-perso/espace-projets.html?#/projects/${this.projectToCreate.projectId}`,
154
154
  },
155
155
  };
156
156
  this.$emit('item-created', notification);