Fix clean

This commit is contained in:
Adria Navarro 2024-04-25 14:03:04 +02:00
parent 5f0a7c5aac
commit 9259385ade
1 changed files with 1 additions and 1 deletions

View File

@ -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)