1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-03 09:03:32 +00:00

PM-27628 Rename Remove individual vault export policy (#17335)

* PM-27628 conditions for send and export links in left navbar

* PM-27628 resolved claude comment for pr

* PM-27628 resolved claude comment for pr

* PM-27628 reverted earlier display conditionals and changed label

* PM-27628 changed out keys as well

* PM-27628 revert description key change
This commit is contained in:
bmbitwarden
2025-12-09 23:49:58 -05:00
committed by GitHub
parent 3af19ad934
commit 3e9db6b472
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import {
import { SharedModule } from "@bitwarden/web-vault/app/shared";
export class DisablePersonalVaultExportPolicy extends BasePolicyEditDefinition {
name = "disablePersonalVaultExport";
name = "disableExport";
description = "disablePersonalVaultExportDescription";
type = PolicyType.DisablePersonalVaultExport;
component = DisablePersonalVaultExportPolicyComponent;