Skip to content

Commit

Permalink
Uncomment window.location.reload in ConfigView when updating config (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbableck authored Feb 18, 2025
1 parent e5b4176 commit e275855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/ConfigView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default {
this.$refs.cli.focus();
}, 0)
} else {
// window.location.reload(true);
window.location.reload(true);
}
},
Expand Down

0 comments on commit e275855

Please sign in to comment.