display authors small ui fix
This commit is contained in:
parent
d0cd1719a9
commit
287f284d2d
|
@ -193,6 +193,7 @@
|
|||
</div>
|
||||
<app-plan-authors
|
||||
[planUsers]="description.plan?.planUsers"
|
||||
[planBlueprint]="description.plan?.blueprint"
|
||||
[username]="userName"
|
||||
[removeUser]="canAssignPlanUsers"
|
||||
(deleteAuthor)="removeUserFromPlan($event)"
|
||||
|
|
|
@ -253,6 +253,7 @@
|
|||
</div>
|
||||
<app-plan-authors
|
||||
[planUsers]="plan.planUsers"
|
||||
[planBlueprint]="plan.blueprint"
|
||||
[username]="userName"
|
||||
[removeUser]="canAssignPlanUsers(plan) && plan.status === planStatusEnum.Draft"
|
||||
(deleteAuthor)="removeUserFromPlan($event)"
|
||||
|
|
Loading…
Reference in New Issue