Skip to content
Snippets Groups Projects
Commit f1f2d069 authored by Håkon Eilertsen Røskaft's avatar Håkon Eilertsen Røskaft
Browse files

Merge branch 'SA_fixes4' into 'main'

redirect when button is clicked

See merge request !160
parents 4138b7ca eb01c829
No related branches found
No related tags found
1 merge request!160redirect when button is clicked
Pipeline #182442 failed with stages
in 1 minute and 31 seconds
...@@ -195,6 +195,7 @@ export default { ...@@ -195,6 +195,7 @@ export default {
await postNewRating(ratingInfo); await postNewRating(ratingInfo);
this.$emit("reload"); this.$emit("reload");
this.$router.go(0);
}, },
}, },
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment