diff --git a/VDS/Components/Label/Label.swift b/VDS/Components/Label/Label.swift index 493e3700..7746c48d 100644 --- a/VDS/Components/Label/Label.swift +++ b/VDS/Components/Label/Label.swift @@ -159,7 +159,7 @@ open class LabelBase: UILabel, ModelHandlerable, ViewProt let customAccessibilityAction = customAccessibilityAction(range: actionable.range) //create a wrapper for the attributes range, block and - actions.append(LabelAction(range: actionable.range, actionBlock: actionable.action, accessibilityID: customAccessibilityAction?.hashValue ?? -1)) + actions.append(LabelAction(range: actionable.range, action: actionable.action, accessibilityID: customAccessibilityAction?.hashValue ?? -1)) } } }