mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix(editor): utm_awc
with wrong value when redirecting to website templates (no-changelog) (#11341)
This commit is contained in:
parent
370e50b34c
commit
d04860d19e
|
@ -59,7 +59,7 @@ const userMenuItems = ref([
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const mainMenuItems = ref([
|
const mainMenuItems = computed(() => [
|
||||||
{
|
{
|
||||||
id: 'cloud-admin',
|
id: 'cloud-admin',
|
||||||
position: 'bottom',
|
position: 'bottom',
|
||||||
|
|
Loading…
Reference in a new issue