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

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


The following commit(s) were added to refs/heads/main by this push:
     new de3403c6 Overlay display wrongly solved (#401)
de3403c6 is described below

commit de3403c637eb0b8ca701a7112369bcaeea05b7cb
Author: CatWithFish <72800755+muyu-...@users.noreply.github.com>
AuthorDate: Wed Mar 6 16:09:28 2024 +0800

    Overlay display wrongly solved (#401)
---
 ui/src/components/Aside/index.vue | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ui/src/components/Aside/index.vue 
b/ui/src/components/Aside/index.vue
index 92fe5409..18c6745f 100644
--- a/ui/src/components/Aside/index.vue
+++ b/ui/src/components/Aside/index.vue
@@ -344,8 +344,11 @@ function getGroupLists() {
                 }).finally(() => {
                     $loadingClose()
                 })
+            }else{
+                $loadingClose()
             }
         })
+    $loadingClose()
 }
 function deleteOtherGroup() {
     let flag = {

Reply via email to