diff --git a/webapp/components/Editor/MenuBar.vue b/webapp/components/Editor/MenuBar.vue index 6ec1d5295..5e96317ae 100644 --- a/webapp/components/Editor/MenuBar.vue +++ b/webapp/components/Editor/MenuBar.vue @@ -71,9 +71,6 @@ import MenuBarButton from './MenuBarButton' import MenuLegend from './MenuLegend.vue' export default { - data() { - return {} - }, components: { EditorMenuBar, MenuBarButton, diff --git a/webapp/components/Editor/MenuLegend.vue b/webapp/components/Editor/MenuLegend.vue index ef33e71ea..537529980 100644 --- a/webapp/components/Editor/MenuLegend.vue +++ b/webapp/components/Editor/MenuLegend.vue @@ -1,14 +1,16 @@