Skip to content

Commit

Permalink
Merge pull request dreamfactorysoftware#292 from Yi-Jacob/task/287-ro…
Browse files Browse the repository at this point in the history
…le-access-view

dreamfactorysoftware#287 - Role Access Overview
  • Loading branch information
thekevinm authored Jul 29, 2024
2 parents 8f530af + 5fe92dd commit 5a288d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="service-access-accordion full-width" [formGroup]="roleForm">
<mat-accordion>
<mat-expansion-panel>
<mat-expansion-panel expanded="true">
<mat-expansion-panel-header>
<mat-panel-title>
{{ 'roles.accessOverview.heading' | transloco }}</mat-panel-title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export class DfRolesAccessComponent implements OnInit {
this.initializeFilteredComponents();

this.updateDataSource();
this.add();
}
get cFormArray(): FormArray {
return this.form.get('formArray') as FormArray;
Expand Down

0 comments on commit 5a288d1

Please sign in to comment.