king
2024-12-11 96a32645822c3c1486eae30282c33adf9e3aee80
src/menu/replaceField/index.jsx
@@ -89,9 +89,9 @@
      if (res.resource === 'custom') {
        if (res.reType === 'name') {
          let map = {[res.label.toLowerCase()]: {
            FieldDec: res.label,
            FieldName: res.field,
          let map = {[res.field.toLowerCase()]: {
            FieldDec: res.field,
            FieldName: res.label,
            datatype: ''
          }}