[PE mobile] Fix Bug 50793

This commit is contained in:
SergeyEzhin 2021-06-09 16:28:16 +03:00
parent e821bb196e
commit 7b3c27c619

View file

@ -591,7 +591,6 @@ class MainController extends Component {
const buttons = [{
text: 'OK',
bold: true,
close: false,
onClick: () => {
const password = document.getElementById('modal-password').value;
this.api.asc_setAdvancedOptions(type, new Asc.asc_CDRMAdvancedOptions(password));