[PE][SSE] Change type of version error

This commit is contained in:
Julia Radzhabova 2021-11-24 16:36:01 +03:00
parent 65532efefe
commit 23d46ccd95
2 changed files with 2 additions and 2 deletions

View file

@ -1713,7 +1713,7 @@ define([
var me = this;
me.needToUpdateVersion = true;
me.onLongActionEnd(Asc.c_oAscAsyncActionType['BlockInteraction'], LoadingDocument);
Common.UI.error({
Common.UI.warning({
msg: this.errorUpdateVersion,
callback: function() {
_.defer(function() {

View file

@ -2073,7 +2073,7 @@ define([
var me = this;
me.needToUpdateVersion = true;
me.onLongActionEnd(Asc.c_oAscAsyncActionType['BlockInteraction'], LoadingDocument);
Common.UI.error({
Common.UI.warning({
msg: this.errorUpdateVersion,
callback: function() {
_.defer(function() {