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,