[SSE] Fix wizard

This commit is contained in:
Julia Radzhabova
2024-11-19 13:34:43 +03:00
parent 2e15906202
commit fbe9d71ba0

View File

@ -393,7 +393,7 @@ define([
var result = res ? res.asc_getFunctionResult() : undefined;
me.lblFunctionResult.html('= ' + ((result!==undefined && result!==null)? result : ''));
result = res ? res.asc_getFormulaResult() : undefined;
me.lblFormulaResult.html('<b>' + me.textValue + ': </b>' + ((result!==undefined && result!==null)? result : ''));
me.lblFormulaResult.html(me.textValue + ':' + ((result!==undefined && result!==null)? result : ''));
},
getArgumentsValue: function() {