show forms only for admins

This commit is contained in:
Michael Schramm 2021-05-04 18:14:54 +02:00
parent 76ab0ceb67
commit 31a84fb520

View File

@ -30,6 +30,7 @@ export const sideMenu: SideMenuElement[] = [
key: 'public',
name: 'admin:forms',
group: true,
role: 'admin',
items: [
{
key: 'forms',