From 43c60fe895a0a36cb4d77cec4484a70867bff770 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 17 Aug 2022 08:01:49 -0500 Subject: [PATCH] updated Signed-off-by: Matt Bruce --- VDS/Components/Label/Label.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) } } }