@lingk/sync 0.1.37 → 0.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -779,7 +779,7 @@ body{
779
779
 
780
780
  .filter-step-panel{
781
781
  height: 52px;
782
- width:303px;
782
+ width:307px;
783
783
  -webkit-transition: all 0.25s;
784
784
  transition: all 0.25s;
785
785
  overflow: hidden;
@@ -1073,10 +1073,10 @@ module.exports =
1073
1073
  _react2.default.createElement(
1074
1074
  _reactLightningDesignSystem.MenuItem,
1075
1075
  { value: val[fieldPropLabel], key: i, onClick: function onClick() {
1076
- onSelect(val[fieldPropLabel], i, val.recordTypeId ? val.recordTypeId : null, val.section, val.parents, val.parentRefList);
1076
+ onSelect(val[fieldPropLabel], i, val.recordTypeId ? val.recordTypeId : null, val.section, val.parents, val.parentRef);
1077
1077
  }, icon: val.isSelected ? 'check' : 'none',
1078
1078
  style: {
1079
- paddingLeft: 8 + val.iteration * 15 + (val.parentRefList ? val.parentRefList.length * 15 + 8 : 8),
1079
+ paddingLeft: 8 + val.iteration * 15 + (val.parentRef ? val.parentRef.length * 15 + 8 : 8),
1080
1080
  marginLeft: val.isSelected ? 0 : 'initial'
1081
1081
  } },
1082
1082
  val[fieldPropLabel]