From ce420228a3edf302a8ac83d0c0d8b91db1289c5d Mon Sep 17 00:00:00 2001 From: Jared Date: Thu, 12 Feb 2026 13:02:11 -0500 Subject: [PATCH] Update showDescription property in BasePolicyEditDefinition to false (#18915) --- .../organizations/policies/base-policy-edit.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/admin-console/organizations/policies/base-policy-edit.component.ts b/apps/web/src/app/admin-console/organizations/policies/base-policy-edit.component.ts index 08897299d81..e8e48f41716 100644 --- a/apps/web/src/app/admin-console/organizations/policies/base-policy-edit.component.ts +++ b/apps/web/src/app/admin-console/organizations/policies/base-policy-edit.component.ts @@ -56,7 +56,7 @@ export abstract class BasePolicyEditDefinition { * If true, the {@link description} will be reused in the policy edit modal. Set this to false if you * have more complex requirements that you will implement in your template instead. **/ - showDescription: boolean = true; + showDescription: boolean = false; /** * A method that determines whether to display this policy in the Admin Console Policies page.