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

min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new 65fda48  fix eslint
     new 4a86280  Merge branch 'develop' of 
github.com:apache/incubator-dubbo-admin into develop
65fda48 is described below

commit 65fda487bd4291f561f8c1dfcdb6772ee198958e
Author: nzomkxia <[email protected]>
AuthorDate: Mon May 20 16:50:38 2019 +0800

    fix eslint
---
 dubbo-admin-ui/src/components/ServiceSearch.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-admin-ui/src/components/ServiceSearch.vue 
b/dubbo-admin-ui/src/components/ServiceSearch.vue
index 4381989..cd54866 100644
--- a/dubbo-admin-ui/src/components/ServiceSearch.vue
+++ b/dubbo-admin-ui/src/components/ServiceSearch.vue
@@ -281,7 +281,7 @@
           query = appName
         }
         if (group !== null) {
-          query = group + '/' + query;
+          query = group + '/' + query
         }
         if (version !== null) {
           query = query + ':' + version

Reply via email to