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
|
@@ -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}
|
|
258
|
+
href: `${window.location.origin}/espace-perso/espace-projets.html?#/projects/${projectId}`,
|
|
259
259
|
label: 'Voir dans le projet',
|
|
260
260
|
},
|
|
261
261
|
});
|