Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 committed Sep 20, 2023
1 parent 202296f commit d6ce88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dispatch/static/dispatch/src/incident/TimelineTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ import EditEventDialog from "@/incident/EditEventDialog.vue"
import DeleteEventDialog from "@/incident/DeleteEventDialog.vue"
const eventTypeToIcon = {
"Other": "mdi-monitor-star",
Other: "mdi-monitor-star",
"Field updated": "mdi-subtitles-outline",
"Assessment updated": "mdi-priority-high",
"Participant updated": "mdi-account-outline",
"Custom event": "mdi-text-account",
}
const eventTypeToFilter = {
"Other": "other_events",
Other: "other_events",
"Field updated": "field_updates",
"Assessment updated": "assessment_updates",
"Participant updated": "participant_updates",
Expand Down

0 comments on commit d6ce88e

Please sign in to comment.