Fix clean
This commit is contained in:
parent
5f0a7c5aac
commit
9259385ade
|
@ -180,7 +180,7 @@
|
||||||
value &&
|
value &&
|
||||||
Array.isArray(value)
|
Array.isArray(value)
|
||||||
) {
|
) {
|
||||||
value = value[0]
|
value = value[0] || null
|
||||||
}
|
}
|
||||||
|
|
||||||
const changed = fieldApi.setValue(value)
|
const changed = fieldApi.setValue(value)
|
||||||
|
|
Loading…
Reference in New Issue