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

shwstppr pushed a commit to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.18 by this push:
     new a5676b0d013 ui: syntax fix for build failure
a5676b0d013 is described below

commit a5676b0d01340b797c581ebea37929e86e130770
Author: Abhishek Kumar <[email protected]>
AuthorDate: Wed Apr 19 12:47:20 2023 +0530

    ui: syntax fix for build failure
    
    Signed-off-by: Abhishek Kumar <[email protected]>
---
 ui/src/views/AutogenView.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue
index 3c49309bc02..cf552e2ede4 100644
--- a/ui/src/views/AutogenView.vue
+++ b/ui/src/views/AutogenView.vue
@@ -1583,6 +1583,7 @@ export default {
           delete query.status
         } else {
           query.status = filter
+        }
       } else if (['pod', 'cluster'].includes(this.$route.name)) {
         if (filter === 'all') {
           delete query.allocationstate

Reply via email to