react-cron-generator
Advanced tools
Comparing version 1.3.6 to 1.3.8
@@ -80,3 +80,3 @@ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck"; | ||
} else if (val[3] === '1/1') { | ||
prevState.selectedTab = prevState.headers[1]; | ||
prevState.selectedTab = allHeaders[1]; | ||
} else if (val[3].search('/') !== -1 || val[5] === 'MON-FRI') { | ||
@@ -83,0 +83,0 @@ prevState.selectedTab = allHeaders[2]; |
{ | ||
"name": "react-cron-generator", | ||
"version": "1.3.6", | ||
"version": "1.3.8", | ||
"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
45350