form read only build fix
This commit is contained in:
parent
e990504ce3
commit
9157be5047
@ -25,9 +25,7 @@ public protocol FormFieldProtocol: FormItemProtocol {
|
||||
|
||||
}
|
||||
|
||||
extension FormFieldProtocol {
|
||||
public extension FormFieldProtocol {
|
||||
|
||||
var baseValue: AnyHashable? { nil }
|
||||
|
||||
var readOnly: Bool { false }
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user