1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-15 07:54:55 +00:00

Update showDescription property in BasePolicyEditDefinition to false (#18915)

This commit is contained in:
Jared
2026-02-12 13:02:11 -05:00
committed by GitHub
parent bfc1833139
commit 2e83244158

View File

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