Skip to content

Commit

Permalink
small correction to task export
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 committed Oct 9, 2024
1 parent 3722179 commit 302b2ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<template #item.incident_priority.name="{ item }">
<incident-priority
:priority="item.incident.incident_priority.name"
:color="item.incident_priority.color"
:color="item.incident.incident_priority.color"
/>
</template>
<template #item.creator.individual_contact.name="{ item }">
Expand Down

0 comments on commit 302b2ab

Please sign in to comment.