@ututrust/web-components 1.1.12 → 1.1.13
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.
- package/dist/index.js +1 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28825,10 +28825,6 @@
|
|
|
28825
28825
|
sendFeedback(feedback);
|
|
28826
28826
|
}
|
|
28827
28827
|
|
|
28828
|
-
y(function () {
|
|
28829
|
-
console.log(errors);
|
|
28830
|
-
}, [errors]);
|
|
28831
|
-
|
|
28832
28828
|
var showError = function showError(_ref) {
|
|
28833
28829
|
var review = _ref.review;
|
|
28834
28830
|
|
|
@@ -28848,8 +28844,7 @@
|
|
|
28848
28844
|
};
|
|
28849
28845
|
|
|
28850
28846
|
return v$2(BaseComponent, {
|
|
28851
|
-
style: css_248z$e
|
|
28852
|
-
,
|
|
28847
|
+
style: css_248z$e,
|
|
28853
28848
|
className: "endor-input-section utu-section-no-border-".concat(envCondition),
|
|
28854
28849
|
excludeBootstrap: true,
|
|
28855
28850
|
excludeFonts: true
|