@zgfe/modules-attribution 1.0.1-alpha.26 → 1.0.1-alpha.27

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.
@@ -108,12 +108,12 @@ var SearchPanel = /*#__PURE__*/React.forwardRef(function (props, ref) {
108
108
  setReset(null);
109
109
  }
110
110
  setFormData(data);
111
- setSelectEventIdList(defaultValue);
112
- if (defaultValue.windowType !== undefined) {
113
- setOtherEvent(defaultValue.otherEvent);
114
- setWindowCnt(defaultValue.windowCnt);
115
- setwindowTypeUnit(defaultValue.windowType);
116
- defaultValue.windowCnt == -1 ? setWindowType(1) : setWindowType(2);
111
+ setSelectEventIdList(data);
112
+ if (data.windowType !== undefined) {
113
+ setOtherEvent(data.otherEvent);
114
+ setWindowCnt(data.windowCnt);
115
+ setwindowTypeUnit(data.windowType);
116
+ data.windowCnt == -1 ? setWindowType(1) : setWindowType(2);
117
117
  }
118
118
  var _attrCount = {};
119
119
  var _sourceCount = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-attribution",
3
- "version": "1.0.1-alpha.26",
3
+ "version": "1.0.1-alpha.27",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -50,5 +50,5 @@
50
50
  "react": "^16.12.0 || ^17.0.0",
51
51
  "yorkie": "^2.0.0"
52
52
  },
53
- "gitHead": "2ea8da6f86d57e0a2d303d750a3172f253d0d8c3"
53
+ "gitHead": "1ac5643191315492d636ed504669a25405efeb89"
54
54
  }