From 6cb3ad703ffdfd3d8824248127192c23f9bc1a1e Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 6 Sep 2019 15:10:19 +0300 Subject: [PATCH] [DE] Refactoring --- apps/documenteditor/main/app/view/CellsRemoveDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/view/CellsRemoveDialog.js b/apps/documenteditor/main/app/view/CellsRemoveDialog.js index 0d6845c15..cd89ed8c2 100644 --- a/apps/documenteditor/main/app/view/CellsRemoveDialog.js +++ b/apps/documenteditor/main/app/view/CellsRemoveDialog.js @@ -41,7 +41,7 @@ define([ 'common/main/lib/component/Window', - 'common/main/lib/component/MetricSpinner' + 'common/main/lib/component/RadioBox' ], function () { 'use strict'; DE.Views.CellsRemoveDialog = Common.UI.Window.extend(_.extend({