eli-video-interview 1.2.41-alpha.20 → 1.2.41-alpha.21

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.
@@ -126,7 +126,7 @@ var AbilityFormItem = function (_a) {
126
126
  onChange === null || onChange === void 0 ? void 0 : onChange({
127
127
  name: title,
128
128
  type: type,
129
- items: content ? resItems : [],
129
+ items: content ? resItems : [''],
130
130
  });
131
131
  // nameTextField.handleValidate();
132
132
  // eslint-disable-next-line react-hooks/exhaustive-deps
@@ -128,7 +128,7 @@ var AbilityFormItem = function (_a) {
128
128
  onChange === null || onChange === void 0 ? void 0 : onChange({
129
129
  name: title,
130
130
  type: type,
131
- items: content ? resItems : [],
131
+ items: content ? resItems : [''],
132
132
  });
133
133
  // nameTextField.handleValidate();
134
134
  // eslint-disable-next-line react-hooks/exhaustive-deps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eli-video-interview",
3
- "version": "1.2.41-alpha.20",
3
+ "version": "1.2.41-alpha.21",
4
4
  "description": "鳄梨科技 AI视频面试 React SDK",
5
5
  "author": "鳄梨科技",
6
6
  "license": "MIT",