[DE] For Bug 60945

This commit is contained in:
Julia Radzhabova
2023-02-02 16:39:21 +03:00
parent bc92796a92
commit 367709efbe

View File

@ -203,8 +203,6 @@ define([
else if (type == 'datetime'){
var props = new AscCommon.CContentControlPr(),
datePr = new AscCommon.CSdtDatePickerPr();
oPr = new AscCommon.CSdtTextFormPr();
props.put_TextFormPr(oPr);
props.put_FormPr(oFormPr);
props.put_DateTimePr(datePr);
props.put_PlaceholderText(datePr.get_String());