Fixed linter error.

This commit is contained in:
Akshay Joshi 2021-09-29 20:17:54 +05:30
parent c80ea7ae89
commit 8ac38a076b

View File

@ -119,7 +119,7 @@ export default class PgaJobStepSchema extends BaseUISchema {
options: this.fieldOptions.databases,
controlProps: {allowClear: true, placeholder: ''},
disabled: function(state) {
let retVal = !state.jstkind || !state.jstconntype
let retVal = !state.jstkind || !state.jstconntype;
if (retVal) {
state.jstdbname = null;
}