Commit bc121a76 authored by fahrur huzain's avatar fahrur huzain

update issue parameter edit

parent 5baea9c4
......@@ -735,6 +735,7 @@ export default class CreateParameter extends Component {
}else {
if (this.state.getTypes.setting_group_name == "CURRENCY"){
if (R.isNil(this.state.getReportName)) {
}else {
if (R.isEmpty(data.maxValue) || data.maxValue == "") {
} else {
this.updateParameter()
......@@ -760,7 +761,8 @@ export default class CreateParameter extends Component {
}else {
if (this.state.getTypes.setting_group_name == "CURRENCY"){
if (R.isNil(this.state.getReportName)) {
if (R.isEmpty(data.maxValue)) {
}else {
if (R.isEmpty(data.maxValue) || data.maxValue == "") {
} else {
this.createParameter()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment