@ -350,7 +350,7 @@ export class FormJdbc extends BI.Widget {
vgap: 15,
disabled: true,
value: schema,
items: this.schemas,
items: schema ? [{ text: schema, value:schema }] : [],
ref: (_ref: any) => {
this.form.schema = _ref;
},