Added E-Mail Sending
This commit is contained in:
@@ -42,6 +42,18 @@ const links = computed(() => {
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
label: "Kommunikation",
|
||||
icon: "i-heroicons-megaphone",
|
||||
defaultOpen: false,
|
||||
children: [
|
||||
{
|
||||
label: "E-Mail",
|
||||
to: "/email/new",
|
||||
icon: "i-heroicons-envelope"
|
||||
}
|
||||
]
|
||||
},
|
||||
/*{
|
||||
label: "E-Mail",
|
||||
to: "/email",
|
||||
|
||||
Reference in New Issue
Block a user