Fix compile error on iOS

This commit is contained in:
Davide 2024-10-23 23:21:37 +02:00
parent 5fcb710d5e
commit bbcd245bad
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ private extension VPNProviderServerView.Subview {
providerId: .tunnelbear, providerId: .tunnelbear,
configurationType: OpenVPN.Configuration.self, configurationType: OpenVPN.Configuration.self,
selectedEntity: nil, selectedEntity: nil,
filtersWithSelection: false,
onSelect: { _, _ in } onSelect: { _, _ in }
) )
} }