From 2827a1fc6de2646c90e329bfe14cb715d81e2050 Mon Sep 17 00:00:00 2001 From: Furkan Date: Thu, 10 Nov 2022 17:07:06 +0100 Subject: [PATCH] Minor fix --- js/app/views/PlotComponents/PlotPreviewUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app/views/PlotComponents/PlotPreviewUI.js b/js/app/views/PlotComponents/PlotPreviewUI.js index 5baeb62..410f189 100644 --- a/js/app/views/PlotComponents/PlotPreviewUI.js +++ b/js/app/views/PlotComponents/PlotPreviewUI.js @@ -214,7 +214,7 @@ Ext.define('amdaPlotComp.PlotPreviewUI', { me.panelResultInstance.callInteractivePlot({ 'action': 'instant', 'interactiveId': me.panelResultInstance.interactiveId, 'panelId': me.panelId, 'time': newTime }); } }, - '--', + '-', { xtype:'button', text : 'Previous', -- libgit2 0.21.2