Update showDescription property in BasePolicyEditDefinition to false (#18915)

pull/18955/head
Jared 3 months ago committed by GitHub
parent bfc1833139
commit 2e83244158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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.

Loading…
Cancel
Save