@zgfe/modules-event 0.1.5-event.27 → 0.1.5-event.28

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.
@@ -180,7 +180,7 @@ var EventContent = function EventContent(props) {
180
180
  id: data.id,
181
181
  name: data.name
182
182
  }, data), {}, {
183
- userGroup: data.analysisSubject ? undefined : data.userGroup,
183
+ userGroup: data.analysisSubject ? [] : data.userGroup,
184
184
  analysisSubject: data.analysisSubject ? data.analysisSubject : undefined,
185
185
  analysisAttr: undefined,
186
186
  analysisIndex: 'number'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-event",
3
- "version": "0.1.5-event.27",
3
+ "version": "0.1.5-event.28",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -49,7 +49,7 @@
49
49
  "react": "^16.12.0 || ^17.0.0",
50
50
  "yorkie": "^2.0.0"
51
51
  },
52
- "gitHead": "f7b2c42e48a0be0e18a98309adc25c8453b54166",
52
+ "gitHead": "0e0085fabd80d44c59ccc25b4f2078c5b5c4e57a",
53
53
  "dependencies": {
54
54
  "react-copy-to-clipboard": "^5.1.0",
55
55
  "react-highlight": "^0.15.0"