Trying to get blank customCss field to appear on virgin usage

This commit is contained in:
crockwave 2020-08-13 19:04:54 -05:00
parent 06186f85c8
commit 8b2c7b344b

View file

@ -11,7 +11,7 @@ const defaultState = ImmutableMap({
logo: '', logo: '',
banner: '', banner: '',
brandColor: '#0482d8', // Azure brandColor: '#0482d8', // Azure
customCss: ImmutableList([]), customCss: ImmutableList(['']),
promoPanel: ImmutableMap({ promoPanel: ImmutableMap({
items: ImmutableList([]), items: ImmutableList([]),
}), }),