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`] = `
|
exports[`should be default state 1`] = `
|
||||||
Object {
|
Object {
|
||||||
"environment": "Open-Soruce",
|
"environment": "",
|
||||||
"headerBackground": undefined,
|
"headerBackground": undefined,
|
||||||
"links": Array [
|
"links": Array [
|
||||||
Object {
|
Object {
|
||||||
@ -46,7 +46,7 @@ Object {
|
|||||||
|
|
||||||
exports[`should only update headerBackground 1`] = `
|
exports[`should only update headerBackground 1`] = `
|
||||||
Object {
|
Object {
|
||||||
"environment": "Open-Soruce",
|
"environment": "",
|
||||||
"headerBackground": "black",
|
"headerBackground": "black",
|
||||||
"links": Array [
|
"links": Array [
|
||||||
Object {
|
Object {
|
||||||
|
@ -11,7 +11,7 @@ const UI_CONFIG = `${basePath}:ui_config`;
|
|||||||
|
|
||||||
const DEFAULT = new $Map({
|
const DEFAULT = new $Map({
|
||||||
headerBackground: undefined,
|
headerBackground: undefined,
|
||||||
environment: 'Open-Soruce',
|
environment: '',
|
||||||
slogan: 'The enterprise ready feature toggle service.',
|
slogan: 'The enterprise ready feature toggle service.',
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user