removed errorText
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
844aa13277
commit
72f993ab55
@ -11,10 +11,6 @@ public protocol CheckboxGroupModel: SelectorGroupModelable where SelectorModelTy
|
||||
|
||||
}
|
||||
|
||||
extension CheckboxGroupModel {
|
||||
public var errorText: String? { return nil }
|
||||
}
|
||||
|
||||
public struct DefaultCheckboxGroupModel: CheckboxGroupModel {
|
||||
public typealias SelectorModelType = DefaultCheckboxModel
|
||||
public var id: UUID = UUID()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user