mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-23 11:28:23 +00:00
parent
619d194044
commit
8aaaca7d00
@ -89,6 +89,7 @@ export class ProjectRoleCreateComponent implements OnInit, OnDestroy {
|
|||||||
role.setKey(element.key);
|
role.setKey(element.key);
|
||||||
role.setDisplayName(element.displayName);
|
role.setDisplayName(element.displayName);
|
||||||
role.setGroup(element.group);
|
role.setGroup(element.group);
|
||||||
|
role.setId(this.projectId);
|
||||||
return role;
|
return role;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// Custom Theming for Angular Material
|
// Custom Theming for Angular Material
|
||||||
// For more information: https://material.angular.io/guide/theming
|
// For more information: https://material.angular.io/guide/theming
|
||||||
|
|
||||||
@import '~@angular/material/theming';
|
@import '~@angular/material/theming';
|
||||||
@import './component-themes';
|
@import './component-themes';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user