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:
parent
63aa67a7a8
commit
ecc95f55b5
@ -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 {
|
||||
|
@ -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: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user