[DE] Fix forms dicsonnect

This commit is contained in:
Julia Radzhabova 2022-10-14 17:54:28 +03:00 committed by Ilya Kirillov
parent 30a620c94a
commit 8a5e21bc46

View file

@ -1469,7 +1469,7 @@ define([
},
onDisconnect: function() {
this.onKeyChanged(this.cmbKey, {value: ""});
this.onKeyChanged(this.cmbKey, {value: (this._originalProps || new AscCommon.CContentControlPr()).get_NewKey()});
},
disableListButtons: function() {