Skip to content

Commit e4a0437

Browse files
authored
Version 2.0.2.
2 parents 79c3321 + f13b2e7 commit e4a0437

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abi-software/simulationvuer",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"private": false,
55
"scripts": {
66
"serve": "vite serve --host",

src/components/SimulationVuer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ export default {
611611
}
612612
} else {
613613
this.showUserMessage = false;
614-
this.errorMessage = response.description + "QWEQWEQWE";
614+
this.errorMessage = response.description;
615615
}
616616
} else {
617617
this.showHttpIssue(xmlhttp);

0 commit comments

Comments
 (0)