project-booster-vue 8.120.2 → 8.120.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.120.2",
3
+ "version": "8.120.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "test:unit": "vue-cli-service test:unit --forceExit --detectOpenHandles",
@@ -255,7 +255,7 @@ export default {
255
255
  ? `L’estimation “${estimateName}” a bien été sauvegardée dans le projet “${projectToCreate.name}”`
256
256
  : `L’estimation “${estimateName}” a bien été sauvegardée`,
257
257
  link: {
258
- href: `${window.location.origin}/espace-perso/espace-projets.html?#/projects/${projectId}/estimates`,
258
+ href: `${window.location.origin}/espace-perso/espace-projets.html?#/projects/${projectId}`,
259
259
  label: 'Voir dans le projet',
260
260
  },
261
261
  });