Browse Source

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

pull/1190/head
Andrew Kingston 5 years ago
parent
commit
635ea2b38e
  1. 2
      packages/server/src/utilities/rowProcessor.js

2
packages/server/src/utilities/rowProcessor.js

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

Loading…
Cancel
Save