diff --git a/src/modules/pages/maintain/forms/components/form.jndi.ts b/src/modules/pages/maintain/forms/components/form.jndi.ts index c3ff9c3..7163302 100644 --- a/src/modules/pages/maintain/forms/components/form.jndi.ts +++ b/src/modules/pages/maintain/forms/components/form.jndi.ts @@ -193,7 +193,7 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: BI.TextValueCombo.xtype, - $value: 'new-charset-name', + $value: 'original-charset-name', width: 300, value: newCharsetName ? newCharsetName : '', items: CONNECT_CHARSET,