diff --git a/frontend/src/components/debiai/dataAnalysis/widgets/WidgetTemplateFull/WidgetTemplateFull.vue b/frontend/src/components/debiai/dataAnalysis/widgets/WidgetTemplateFull/WidgetTemplateFull.vue index 526d3f872..c55c191b2 100644 --- a/frontend/src/components/debiai/dataAnalysis/widgets/WidgetTemplateFull/WidgetTemplateFull.vue +++ b/frontend/src/components/debiai/dataAnalysis/widgets/WidgetTemplateFull/WidgetTemplateFull.vue @@ -420,7 +420,7 @@ export default { // that can watched and used to redraw a plot (see created()) }, redrawRequired: function () { - // The colored colum has changed + // The colored column has changed // We cat tell the parent widget that an update is required this.$parent.colorWarning = true; // A redraw btn will be displayed, pressing it will send redraw