From a768759214cb97d571a3297e3b4989ee4823992e Mon Sep 17 00:00:00 2001 From: davidjumani Date: Mon, 21 Sep 2020 13:55:43 +0530 Subject: [PATCH] Prevent fetchData for deployvm (#730) Signed-off-by: Rohit Yadav --- ui/src/views/AutogenView.vue | 3 +++ 1 file changed, 3 insertions(+) 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 = []