From 92e0d97df65a51273d66d273a17d52cf02659c50 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Sun, 6 Dec 2020 13:33:24 +0300 Subject: [PATCH] [SSE] Fix chart styles --- apps/spreadsheeteditor/main/app/view/ChartTypeDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/ChartTypeDialog.js b/apps/spreadsheeteditor/main/app/view/ChartTypeDialog.js index 8c409dca5..0946dace3 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartTypeDialog.js +++ b/apps/spreadsheeteditor/main/app/view/ChartTypeDialog.js @@ -172,7 +172,7 @@ define([ enableKeyEvents: this.options.enableKeyEvents, itemTemplate : _.template([ '
', - '', + '', '<% if (typeof title !== "undefined") {%>', '<%= title %>', '<% } %>',