diff --git a/packages/editor-ui/src/components/MainSidebar.vue b/packages/editor-ui/src/components/MainSidebar.vue
index b1be79eff9b..8a8b9ec6e27 100644
--- a/packages/editor-ui/src/components/MainSidebar.vue
+++ b/packages/editor-ui/src/components/MainSidebar.vue
@@ -128,7 +128,7 @@
We’ve been busy ✨
-You’re on {{ currentVersion.name }}, which was released {{currentReleaseDate}} and is {{ nextVersions.length }} version{{nextVersions.length > 1 ? 's' : ''}} behind the latest and greatest n8n
@@ -41,7 +41,7 @@ import VersionCard from './VersionCard.vue'; import { UPDATE_INFO_URL } from '@/constants'; export default Vue.extend({ - name: 'VersionsModal', + name: 'UpdatesPanel', components: { Modal, VersionCard, @@ -65,14 +65,15 @@ export default Vue.extend({ diff --git a/packages/editor-ui/src/modules/ui.ts b/packages/editor-ui/src/modules/ui.ts index 88a236b84e7..651131311ab 100644 --- a/packages/editor-ui/src/modules/ui.ts +++ b/packages/editor-ui/src/modules/ui.ts @@ -64,7 +64,7 @@ const module: Module