You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/09/21 11:32:23 UTC

[cloudstack-primate] branch master updated: Fixing form not closing on submit (#732)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f891a4  Fixing form not closing on submit (#732)
3f891a4 is described below

commit 3f891a4d3f4b03b87af19d22880da1d520e31791
Author: davidjumani <dj...@gmail.com>
AuthorDate: Mon Sep 21 17:02:17 2020 +0530

    Fixing form not closing on submit (#732)
---
 src/views/AutogenView.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/AutogenView.vue b/src/views/AutogenView.vue
index 0d69af4..6b2272e 100644
--- a/src/views/AutogenView.vue
+++ b/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)