Skip to content
Snippets Groups Projects
Commit eb01c829 authored by Sander August Heggland Schrader's avatar Sander August Heggland Schrader
Browse files

redirect when button is clicked

parent 8937057f
No related branches found
No related tags found
1 merge request!160redirect when button is clicked
Pipeline #182405 passed
......@@ -189,6 +189,7 @@ export default {
await postNewRating(ratingInfo);
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