diff --git a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Model/Actions/Click.swift b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Model/Actions/Click.swift index 0e31a9abc7..4aa18f2548 100644 --- a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Model/Actions/Click.swift +++ b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Model/Actions/Click.swift @@ -29,7 +29,7 @@ struct Choice: Codable, Sendable { let elements: [PageElement] } -final class ClickAction: Action { +struct ClickAction: Action { let id: String let actionType: ActionType let elements: [PageElement]?