Fix compile error on iOS
This commit is contained in:
parent
5fcb710d5e
commit
bbcd245bad
|
@ -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 }
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue