Skip to content

Commit

Permalink
[mgt-tasks] disabled person-card inside of newTask people
Browse files Browse the repository at this point in the history
  • Loading branch information
vogtn committed Nov 1, 2019
1 parent fa32cdc commit 933c4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mgt-tasks/mgt-tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ export class MgtTasks extends MgtTemplatedComponent {
const task = null;

const assignedPeopleHTML = html`
<mgt-people class="people-newTask" .userIds="${[]}">
<mgt-people class="people-newTask" .userIds="${[]}" .personCardInteraction=${PersonCardInteraction.none}>
<template data-type="no-people">
<i class="login-icon ms-Icon ms-Icon--Contact"></i>
</template>
Expand Down

0 comments on commit 933c4bc

Please sign in to comment.