mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(editor): utm_awc with wrong value when redirecting to website templates (no-changelog) (#11341)
This commit is contained in:
@@ -59,7 +59,7 @@ const userMenuItems = ref([
|
|||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const mainMenuItems = ref([
|
const mainMenuItems = computed(() => [
|
||||||
{
|
{
|
||||||
id: 'cloud-admin',
|
id: 'cloud-admin',
|
||||||
position: 'bottom',
|
position: 'bottom',
|
||||||
|
|||||||
Reference in New Issue
Block a user