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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user