Merge branch 'dev' into feature-ai

This commit is contained in:
shamoon 2025-07-08 14:19:26 -07:00
commit 50e6a4bd61
No known key found for this signature in database
26 changed files with 246 additions and 247 deletions

View file

@ -43,7 +43,7 @@ export class GroupEditDialogComponent extends EditDialogComponent<Group> {
getForm(): FormGroup {
return new FormGroup({
name: new FormControl(''),
permissions: new FormControl(null),
permissions: new FormControl([]),
})
}
}