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 //--------------------------------------------------