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

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


The following commit(s) were added to refs/heads/metadata by this push:
     new ee158be  fix dup key
ee158be is described below

commit ee158bef70428eaac513b6c639a3008e87eb0bbc
Author: nzomkxia <[email protected]>
AuthorDate: Fri Dec 21 16:44:34 2018 +0800

    fix dup key
---
 dubbo-admin-frontend/src/components/ServiceSearch.vue | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dubbo-admin-frontend/src/components/ServiceSearch.vue 
b/dubbo-admin-frontend/src/components/ServiceSearch.vue
index a28dbd4..3725115 100644
--- a/dubbo-admin-frontend/src/components/ServiceSearch.vue
+++ b/dubbo-admin-frontend/src/components/ServiceSearch.vue
@@ -34,7 +34,6 @@
                   hide-no-data
                   :suffix="queryBy"
                   :hint="hint"
-                  @keyup.enter="submit"
                   label="Search Dubbo Services"
                   @keyup.enter="submit"
                 ></v-combobox>

Reply via email to