From bed8fab4b4c935f6d65d4ccc76a3bcb53d8c3e36 Mon Sep 17 00:00:00 2001 From: davidjumani Date: Mon, 21 Sep 2020 17:02:17 +0530 Subject: [PATCH] Fixing form not closing on submit (#732) Signed-off-by: Rohit Yadav --- ui/src/views/AutogenView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue index 0d69af49f02..6b2272e30e4 100644 --- a/ui/src/views/AutogenView.vue +++ b/ui/src/views/AutogenView.vue @@ -987,8 +987,8 @@ export default { if (!hasJobId) { this.fetchData() } - this.closeAction() } + this.closeAction() }).catch(error => { console.log(error) this.$notifyError(error)