Fix the problem with creating ComboBox form using the Builder
This commit is contained in:
KirillovIlya
2022-10-18 16:56:03 +03:00
parent 05009b5824
commit bce21816b5

View File

@ -240,7 +240,7 @@
if (!oFormPr)
oFormPr = {};
var oPr = new CSdtComboBoxPr();
var oPr = new AscCommon.CSdtComboBoxPr();
oPr.AddItem(AscCommon.translateManager.getValue("Choose an item"), "");
var oCC = CreateCommonForm(oFormPr);