1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

Merge branch 'master' into feature/org-admin-refresh

This commit is contained in:
Shane Melton
2022-12-14 11:09:43 -08:00
32 changed files with 297 additions and 169 deletions

View File

@@ -267,7 +267,9 @@ export class GroupAddEditComponent implements OnInit, OnDestroy {
this.group.name,
this.i18nService.t("yes"),
this.i18nService.t("no"),
"warning"
"warning",
false,
"app-group-add-edit .modal-content"
);
if (!confirmed) {
return false;