Trying to get blank customCss field to appear on virgin usage
This commit is contained in:
@ -11,7 +11,7 @@ const defaultState = ImmutableMap({
|
||||
logo: '',
|
||||
banner: '',
|
||||
brandColor: '#0482d8', // Azure
|
||||
customCss: ImmutableList([]),
|
||||
customCss: ImmutableList(['']),
|
||||
promoPanel: ImmutableMap({
|
||||
items: ImmutableList([]),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user