Skip to content

Commit

Permalink
macro settings back navigation from dashboard changed
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeKeck committed Aug 5, 2024
1 parent 2de4843 commit b3dd830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/settings/macros/MacroCategorySettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ export default class MacroCategorySettings extends Vue {
}
handleBack () {
this.$router.push('/settings/#macros')
this.$router.go(-1)
// this.$router.push('/settings/#macros')
}
handleSettingsDialog (macro: Macro) {
Expand Down

0 comments on commit b3dd830

Please sign in to comment.