Commit 4deb7f70 authored by qorri_di's avatar qorri_di

Merge branch 'ENV-PROD' into 'ENV-DEPLOYMENT-PROD'

Env prod

See merge request !2147
parents a170c828 70af38bf
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
......@@ -1020,7 +1020,7 @@ export default class CreateParameter extends Component {
validasiRegexValue() {
let obj = null
if (R.isNil(this.state.getTypes)) {
obj = { regexValue: "", valueLength: "" }
obj = { regexValue: (/null.*$/), valueLength: 0 }
} else {
if (this.state.getTypes.setting_group_name === "CURRENCY") {
obj = { regexValue: (/\d+(\.\d+)?/), valueLength: 20 }
......@@ -1054,6 +1054,8 @@ export default class CreateParameter extends Component {
obj = { regexValue: (/Q1\s\d{4}/), valueLength: 7 }
}
}
}else{
obj = { regexValue: (/null.*$/), valueLength: 20 }
}
}
return obj;
......
......@@ -951,7 +951,7 @@ export default class MonthlyReport extends Component {
visibleOI: false,
visibleCF: false,
})
} else if (item === 'List Of Credit Facilities and Investment') {
} else if (item === 'List of Credit Facilities') {
this.setState({
visibleMonthlyReport: false,
visibleBS: false,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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