diff --git a/console-ui/src/pages/ConfigurationManagement/NewConfig/NewConfig.js b/console-ui/src/pages/ConfigurationManagement/NewConfig/NewConfig.js index ad5653a6f8a..0109d364e9b 100644 --- a/console-ui/src/pages/ConfigurationManagement/NewConfig/NewConfig.js +++ b/console-ui/src/pages/ConfigurationManagement/NewConfig/NewConfig.js @@ -476,7 +476,7 @@ class NewConfig extends React.Component {

{locale.newListing}

-

{this.tenant}

+

{this.tenant ? this.tenant : 'public'}