react-cron-generator
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -40,3 +40,4 @@ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck"; | ||
} else { | ||
this.state.value = this.props.value.split(' '); | ||
this.state.value = this.props.value.replace(/,/g, '!').split(' '); | ||
; | ||
var val = this.state.value; | ||
@@ -43,0 +44,0 @@ |
@@ -32,2 +32,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
var val = this.state.value; | ||
val[0] = '0'; | ||
val[2] = "".concat(e.target.value); | ||
@@ -40,2 +41,3 @@ this.props.onChange(val); | ||
var val = this.state.value; | ||
val[0] = '0'; | ||
val[1] = "".concat(e.target.value); | ||
@@ -48,2 +50,3 @@ this.props.onChange(val); | ||
var val = this.state.value; | ||
val[0] = '0'; | ||
@@ -50,0 +53,0 @@ if (e.target.checked) { |
{ | ||
"name": "react-cron-generator", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "React cron generator", |
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
48002
1301