From 808eadf26f8a25d683e5f741322cd101c52cf169 Mon Sep 17 00:00:00 2001 From: "Julia.Radzhabova" Date: Tue, 10 Jun 2025 10:47:53 +0300 Subject: [PATCH] Fix --- apps/documenteditor/main/app/view/FileMenuPanels.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index 0bd3a8963f..579ca37fa9 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -873,8 +873,8 @@ define([], function () { menuStyle : 'min-width:100%;', data : [ { value: Asc.c_oNumeralType.arabic, displayValue: this.txtArabic }, - { value: Asc.c_oNumeralType.hindi, displayValue: this.txtHindi }, - { value: Asc.c_oNumeralType.context, displayValue: this.txtContext } + { value: Asc.c_oNumeralType.hindi, displayValue: this.txtHindi } + // { value: Asc.c_oNumeralType.context, displayValue: this.txtContext } ], dataHint: '2', dataHintDirection: 'bottom',