mirror of
https://github.com/bitwarden/browser
synced 2026-02-27 10:03:23 +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
|
* 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.
|
* 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.
|
* A method that determines whether to display this policy in the Admin Console Policies page.
|
||||||
|
|||||||
Reference in New Issue
Block a user