Digital PCT265 story ONEAPP-6389 - Conversion to title lockup

This commit is contained in:
Scott Pfeil 2024-03-18 18:09:49 -04:00
parent 869804cc39
commit 3d9a6842dc

View File

@ -44,7 +44,7 @@ public class TitleLockupModel: MoleculeModelProtocol, ParentMoleculeModelProtoco
// MARK: - Initializer
//--------------------------------------------------
public init(eyebrow: LabelModel? = nil, title: LabelModel, subTitle: LabelModel? = nil) throws {
public init(eyebrow: LabelModel? = nil, title: LabelModel, subTitle: LabelModel? = nil) {
self.eyebrow = eyebrow
self.title = title
self.subTitle = subTitle