sz-mx-cabin
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -877,3 +877,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
if (attributs[tableName][componentName].type === 'DatePicker' && leftParams[3].isValid()) { | ||
if (attributs[tableName][componentName].type === 'DatePicker' && leftParams[3] && leftParams[3].isValid()) { | ||
record[componentName] = leftParams[3]; | ||
@@ -880,0 +880,0 @@ } else { |
@@ -935,3 +935,3 @@ "use strict"; | ||
if (attributs[tableName][componentName].type === 'DatePicker' && leftParams[3].isValid()) { | ||
if (attributs[tableName][componentName].type === 'DatePicker' && leftParams[3] && leftParams[3].isValid()) { | ||
record[componentName] = leftParams[3]; | ||
@@ -938,0 +938,0 @@ } else { |
{ | ||
"name": "sz-mx-cabin", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "reactCabin", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1174714