[develop | DONE | UPDATED] :users-managers component add missing attribute to composer function
This commit is contained in:
parent
2f9b12c478
commit
1b23a25e24
|
@ -25,7 +25,7 @@ export class UsersManagersComponent implements OnInit {
|
|||
public message: string;
|
||||
public inviteDisableMessage: string;
|
||||
public emailComposer: Function = (name, recipient, role):Email => {
|
||||
return Composer.composeEmailForCommunityDashboard(name, recipient);
|
||||
return Composer.composeEmailForCommunityDashboard(name, role, recipient);
|
||||
}
|
||||
private subscriptions: any[] = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue