Skip to content

Commit

Permalink
Status Panel dropdown assignment subtitle fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Sherman <[email protected]>
  • Loading branch information
usingtechnology committed Apr 25, 2024
1 parent e1cfc2e commit fe041ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export default {
<v-list-item
v-bind="props"
:title="`${item?.raw?.fullName} (${item?.raw?.email})`"
:subtitle="`${item?.raw?.username} (${item?.raw?.idpCode})`"
:subtitle="`${item?.raw?.username} (${item?.raw?.user_idpCode})`"
>
</v-list-item>
</template>
Expand Down

0 comments on commit fe041ea

Please sign in to comment.