1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 18:33:50 +00:00
This commit is contained in:
CarleyDiaz-Bitwarden
2022-07-01 16:01:41 -04:00
parent 920614f7df
commit a275411c54
4 changed files with 18 additions and 5 deletions

View File

@@ -69,6 +69,7 @@ export class ExportComponent implements OnInit {
async ngOnInit() {
await this.checkExportDisabled();
this.exportForm.get("fileEncryptionType").setValue(0);
}
async checkExportDisabled() {