Trying to get blank customCss field to appear on virgin usage

preload
crockwave 4 years ago
parent 06186f85c8
commit 8b2c7b344b

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

Loading…
Cancel
Save