diff --git a/ui/src/views/DownloadConfig.vue b/ui/src/views/DownloadConfig.vue index 57a6732..47a7297 100644 --- a/ui/src/views/DownloadConfig.vue +++ b/ui/src/views/DownloadConfig.vue @@ -31,7 +31,7 @@ export default { // Update the updater if needed if (that.$root.config.new_tool) { - this.$router.push('/install/updater/false') + that.$router.push('/install/updater/false') return }