From 814a4b9cbe9a6d4e6e0334b6b57c5aa678b30322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E7=A6=B9=E5=85=89?= Date: Wed, 31 Jul 2019 18:39:42 +0800 Subject: [PATCH] no message --- .../src/pages/ServiceManagement/ServiceList/ServiceList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/src/main/resources/static/console-fe/src/pages/ServiceManagement/ServiceList/ServiceList.js b/console/src/main/resources/static/console-fe/src/pages/ServiceManagement/ServiceList/ServiceList.js index e644cf051..38c119631 100644 --- a/console/src/main/resources/static/console-fe/src/pages/ServiceManagement/ServiceList/ServiceList.js +++ b/console/src/main/resources/static/console-fe/src/pages/ServiceManagement/ServiceList/ServiceList.js @@ -171,7 +171,7 @@ class ServiceList extends React.Component { sampleCode, deleteAction, } = locale; - const { keyword, nowNamespaceName, nowNamespaceId, withInstances } = this.state; + const { keyword, nowNamespaceName, nowNamespaceId, withInstances = false } = this.state; const { init, getValue } = this.field; this.init = init; this.getValue = getValue;