1
0
Fork 0
mirror of synced 2024-09-13 07:53:31 +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 &&
Array.isArray(value)
) {
value = value[0]
value = value[0] || null
}
const changed = fieldApi.setValue(value)