Skip to content

Commit

Permalink
Auto navigate after save
Browse files Browse the repository at this point in the history
  • Loading branch information
toblu96 committed Oct 29, 2023
1 parent 8d7b9e9 commit 3fa013f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/pages/user.vue
Expand Up @@ -136,5 +136,7 @@ const saveChanges = async () => {
team: department.value,
days: selectedDays.value
});
navigateTo('/')
};
</script>

0 comments on commit 3fa013f

Please sign in to comment.