diff --git a/VDS/Components/Label/Label.swift b/VDS/Components/Label/Label.swift index 5e710ed1..7e03acb2 100644 --- a/VDS/Components/Label/Label.swift +++ b/VDS/Components/Label/Label.swift @@ -87,6 +87,7 @@ open class LabelBase: UILabel, ModelHandlerable, ViewProt public required init(with model: ModelType) { super.init(frame: .zero) initialSetup() + set(with: model) } public override init(frame: CGRect) {