react-cron-generator
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -139,2 +139,6 @@ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck"; | ||
if (!selectedMetaData) { | ||
selectedMetaData = metadata[index]; | ||
} | ||
if (!selectedMetaData) { | ||
throw new Error('Value does not match any available headers.'); | ||
@@ -141,0 +145,0 @@ } |
{ | ||
"name": "react-cron-generator", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "Simple react component to generate cron expression", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
38291
920