mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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',
|
||||
position: 'bottom',
|
||||
|
||||
Reference in New Issue
Block a user