mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
Update showDescription property in BasePolicyEditDefinition to false (#18915)
This commit is contained in:
parent
bfc1833139
commit
2e83244158
@ -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…
Reference in New Issue
Block a user