Trying to get blank customCss field to appear on virgin usage

preload
crockwave 2020-08-13 19:04:54 -05:00
rodzic 06186f85c8
commit 8b2c7b344b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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