diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue index c82717a4647..0d69af49f02 100644 --- a/ui/src/views/AutogenView.vue +++ b/ui/src/views/AutogenView.vue @@ -465,6 +465,9 @@ export default { }) }, fetchData (params = {}) { + if (this.$route.name === 'deployVirtualMachine') { + return + } if (this.routeName !== this.$route.name) { this.routeName = this.$route.name this.items = []