1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Merge branch 'bug/relationship-display-id' of github.com:Budibase/budibase into bug/relationship-display-id

This commit is contained in:
Andrew Kingston 2021-02-25 11:27:36 +00:00
commit edf19c8869

View file

@ -26,7 +26,7 @@ const TYPE_TRANSFORM_MAP = {
}, },
[FieldTypes.OPTIONS]: { [FieldTypes.OPTIONS]: {
"": null, "": null,
[null]: "", [null]: null,
[undefined]: undefined, [undefined]: undefined,
}, },
[FieldTypes.STRING]: { [FieldTypes.STRING]: {