Add governed organization template upgrades
This commit is contained in:
@@ -26,6 +26,7 @@ import {
|
||||
ORGANIZATIONS_INTERFACE_I18N,
|
||||
organizationWriteReason
|
||||
} from "./interfacePatterns";
|
||||
import OrganizationTemplateUpgradePanel from "./OrganizationTemplateUpgradePanel";
|
||||
|
||||
const FALLBACK_SETTINGS: OrganizationSettingsItem = {
|
||||
tenant_id: "",
|
||||
@@ -203,6 +204,7 @@ export default function OrganizationsAdminPanel({ settings, auth }: { settings:
|
||||
<p className="muted small-note">i18n:govoplan-organizations.audit_retention_help.42dec57d</p>
|
||||
</Card>
|
||||
</div>
|
||||
<OrganizationTemplateUpgradePanel settings={settings} auth={auth} />
|
||||
</AdminPageLayout>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user