fix(editor): utm_awc with wrong value when redirecting to website templates (no-changelog) (#11341)

This commit is contained in:
Ricardo Espinoza 2024-10-22 12:46:06 +02:00 committed by GitHub
parent 370e50b34c
commit d04860d19e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ const userMenuItems = ref([
},
]);
const mainMenuItems = ref([
const mainMenuItems = computed(() => [
{
id: 'cloud-admin',
position: 'bottom',