Add organization tenant settings
This commit is contained in:
@@ -21,11 +21,11 @@ const translations = {
|
||||
const organizationAdminSections: AdminSectionsUiCapability = {
|
||||
sections: [
|
||||
{
|
||||
id: "tenant-organization-model",
|
||||
label: "i18n:govoplan-organizations.organization_model.4f924c0e",
|
||||
id: "tenant-organization-settings",
|
||||
label: "i18n:govoplan-organizations.organization_settings.c9ab9829",
|
||||
group: "TENANT",
|
||||
order: 85,
|
||||
anyOf: ["organizations:model:read", "admin:settings:read"],
|
||||
anyOf: ["organizations:settings:read", "admin:settings:read"],
|
||||
render: ({ settings, auth }) => createElement(OrganizationsAdminPanel, { settings, auth })
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user