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;