Trying to get blank customCss field to appear on virgin usage
This commit is contained in:
parent
06186f85c8
commit
8b2c7b344b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const defaultState = ImmutableMap({
|
|||
logo: '',
|
||||
banner: '',
|
||||
brandColor: '#0482d8', // Azure
|
||||
customCss: ImmutableList([]),
|
||||
customCss: ImmutableList(['']),
|
||||
promoPanel: ImmutableMap({
|
||||
items: ImmutableList([]),
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue