mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
Fixed linter error.
This commit is contained in:
parent
c80ea7ae89
commit
8ac38a076b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user