1
0
Fork 0
mirror of synced 2024-09-18 10:20:11 +12:00

Fix clean

This commit is contained in:
Adria Navarro 2024-04-25 14:03:04 +02:00
parent 5f0a7c5aac
commit 9259385ade

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)