eli-video-interview 1.2.40-alpha.10 → 1.2.40-alpha.11
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.
|
@@ -198,7 +198,7 @@ var QuestionUpdate = function () {
|
|
|
198
198
|
setTimeout(function () {
|
|
199
199
|
var _a;
|
|
200
200
|
if (Object.keys(((_a = formRef === null || formRef === void 0 ? void 0 : formRef.current) === null || _a === void 0 ? void 0 : _a.errors()) || {}).length > 0) {
|
|
201
|
-
Message.error('
|
|
201
|
+
Message.error('确认失败,请检查内容是否有误或为空。');
|
|
202
202
|
}
|
|
203
203
|
}, 200);
|
|
204
204
|
return [2 /*return*/];
|
|
@@ -203,7 +203,7 @@ var QuestionUpdate = function () {
|
|
|
203
203
|
setTimeout(function () {
|
|
204
204
|
var _a;
|
|
205
205
|
if (Object.keys(((_a = formRef === null || formRef === void 0 ? void 0 : formRef.current) === null || _a === void 0 ? void 0 : _a.errors()) || {}).length > 0) {
|
|
206
|
-
fbm_ui_1.Message.error('
|
|
206
|
+
fbm_ui_1.Message.error('确认失败,请检查内容是否有误或为空。');
|
|
207
207
|
}
|
|
208
208
|
}, 200);
|
|
209
209
|
return [2 /*return*/];
|