From 2fa47a5404916e0a32ce68c35577f384c67c0b6e Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 26 Jan 2023 15:17:14 -0600 Subject: [PATCH] added cancellable Signed-off-by: Matt Bruce --- VDS/Components/Label/Attributes/ActionLabelAttribute.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDS/Components/Label/Attributes/ActionLabelAttribute.swift b/VDS/Components/Label/Attributes/ActionLabelAttribute.swift index 81f4981f..cb3453ef 100644 --- a/VDS/Components/Label/Attributes/ActionLabelAttribute.swift +++ b/VDS/Components/Label/Attributes/ActionLabelAttribute.swift @@ -33,7 +33,7 @@ public struct ActionLabelAttribute: ActionLabelAttributeModel { public var shouldUnderline: Bool public var accessibleText: String? public var action = PassthroughSubject() - + public var subscriber: AnyCancellable? //-------------------------------------------------- // MARK: - Initializer //--------------------------------------------------