diff --git a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/DebugUI/DataBrokerRunCustomJSONViewController.swift b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/DebugUI/DataBrokerRunCustomJSONViewController.swift index 46deebb2c3..63948be0bc 100644 --- a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/DebugUI/DataBrokerRunCustomJSONViewController.swift +++ b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/DebugUI/DataBrokerRunCustomJSONViewController.swift @@ -24,7 +24,7 @@ public final class DataBrokerRunCustomJSONViewController: NSViewController { public init(authenticationManager: DataBrokerProtectionAuthenticationManaging) { self.authenticationManager = authenticationManager - super.init() + super.init(nibName: nil, bundle: nil) } required init?(coder: NSCoder) {