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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user