Merge branch 'bugfix/form_read_only' into 'develop'
form read only build fix See merge request BPHV_MIPS/mvm_core_ui!792
This commit is contained in:
commit
a871f09b43
@ -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