You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mi...@apache.org on 2018/10/24 07:35:51 UTC

[incubator-dubbo-ops] branch develop updated: fix type issue

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-ops.git


The following commit(s) were added to refs/heads/develop by this push:
     new c2e4a0b  fix type issue
c2e4a0b is described below

commit c2e4a0b9dd643879cd56f2ec2afaf844be5c2aa7
Author: nzomkxia <z8...@gmail.com>
AuthorDate: Wed Oct 24 15:35:40 2018 +0800

    fix type issue
---
 dubbo-admin-frontend/src/api/menu.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-admin-frontend/src/api/menu.js b/dubbo-admin-frontend/src/api/menu.js
index 9cc25bd..c44eea3 100644
--- a/dubbo-admin-frontend/src/api/menu.js
+++ b/dubbo-admin-frontend/src/api/menu.js
@@ -13,7 +13,7 @@ const Menu = [
     ]
   },
   { title: 'Service Test', path: '/test', icon: 'computer', badge: 'feature' },
-  { title: 'Service Mock', path: '/mock', icon: 'computer', badge: 'feature' },
+  { title: 'Service Mock', path: '/mock', icon: 'computer', badge: 'feature' }
 ]
 
 export default Menu