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 ddb5df5  Fix access control `click got null` error (#119)
ddb5df5 is described below

commit ddb5df5686b70c239060072bb8fe591715d8622b
Author: 马金凯 <[email protected]>
AuthorDate: Tue Sep 25 17:10:06 2018 +0800

    Fix access control `click got null` error (#119)
    
    * add Access Control search/delete/batch delete.
    
    * add Access Control create.
    
    * Change to use one DTO.
    
    * add edit Access Control
    
    * Fix access control `click got null` error
---
 dubbo-admin-frontend/src/components/AccessControl.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-admin-frontend/src/components/AccessControl.vue 
b/dubbo-admin-frontend/src/components/AccessControl.vue
index 961393c..68c6fe1 100644
--- a/dubbo-admin-frontend/src/components/AccessControl.vue
+++ b/dubbo-admin-frontend/src/components/AccessControl.vue
@@ -177,7 +177,7 @@ export default {
       enable: false,
       title: 'Create New',
       saveBtn: 'Create',
-      click: null,
+      click: () => {},
       id: null,
       service: null,
       content: '',

Reply via email to