Merge branch 'feature/swapMDN_withContactNameChanges' into 'develop'

swapMDN_withContactNameChanges

See merge request BPHV_MIPS/mvm_core_ui!710
This commit is contained in:
Pfeil, Scott Robert 2021-04-26 09:25:54 -04:00
commit e5c5a593eb

View File

@ -73,7 +73,7 @@ public class EyebrowHeadlineBodyLinkModel: MoleculeModelProtocol, ParentMolecule
backgroundColor = try typeContainer.decodeIfPresent(Color.self, forKey: .backgroundColor)
eyebrow = try typeContainer.decodeIfPresent(LabelModel.self, forKey: .eyebrow)
headline = try typeContainer.decodeMoleculeIfPresent(codingKey: .headline)
body = try typeContainer.decodeIfPresent(LabelModel.self, forKey: .body)
body = try typeContainer.decodeMoleculeIfPresent(codingKey: .body)
link = try typeContainer.decodeIfPresent(LinkModel.self, forKey: .link)
setDefaults()
// TODO: This class initializers should ensure that atleast one item is set.