From 0c5f533fc7a1fe036e43f59c7cea177c44b5fe93 Mon Sep 17 00:00:00 2001 From: Khalid Adil Date: Wed, 2 Aug 2023 21:45:28 -0500 Subject: [PATCH] Give Plot component a name --- src/plugins/plot/Plot.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/plot/Plot.vue b/src/plugins/plot/Plot.vue index cda7177283..e8597258b0 100644 --- a/src/plugins/plot/Plot.vue +++ b/src/plugins/plot/Plot.vue @@ -70,6 +70,7 @@ import ProgressBar from '../../ui/components/ProgressBar.vue'; import StalenessUtils from '@/utils/staleness'; export default { + name: 'Plot', components: { MctPlot, ProgressBar,