1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: do not show defaul environment in ui

This commit is contained in:
ivaosthu 2019-11-03 13:00:35 +01:00
parent 63aa67a7a8
commit ecc95f55b5
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
exports[`should be default state 1`] = `
Object {
"environment": "Open-Soruce",
"environment": "",
"headerBackground": undefined,
"links": Array [
Object {
@ -46,7 +46,7 @@ Object {
exports[`should only update headerBackground 1`] = `
Object {
"environment": "Open-Soruce",
"environment": "",
"headerBackground": "black",
"links": Array [
Object {

View File

@ -11,7 +11,7 @@ const UI_CONFIG = `${basePath}:ui_config`;
const DEFAULT = new $Map({
headerBackground: undefined,
environment: 'Open-Soruce',
environment: '',
slogan: 'The enterprise ready feature toggle service.',
links: [
{