Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Fix empty states in modules
issue: NEXT-16010
author: Raoul Kramer
author_email: [email protected]
author_github: @djpogo
---
- Fixed styling/visuals of empty module states
- Changed filename
empty-states/customer-empty-state.svg
, wasempty-states/costumer-empty-state.svg
- Changed default property values
title
,subline
,color
andicon
from''
tonull
insw-empty-state
component - Changed internal of computed properties
moduleColor()
,moduleDescription()
andmoduleIcon()
fromreturn this.… || this.$…
toreturn this.… ?? this.$…