From 40e9c16594c20a77da085755a43e665586d94537 Mon Sep 17 00:00:00 2001 From: Will Sheldon <114631109+wssheldon@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:34:52 -0800 Subject: [PATCH] Remove ParticipantChips component --- .../dispatch/src/case/ParticipantChips.vue | 270 ------------------ 1 file changed, 270 deletions(-) delete mode 100644 src/dispatch/static/dispatch/src/case/ParticipantChips.vue diff --git a/src/dispatch/static/dispatch/src/case/ParticipantChips.vue b/src/dispatch/static/dispatch/src/case/ParticipantChips.vue deleted file mode 100644 index fb5eb40dc773..000000000000 --- a/src/dispatch/static/dispatch/src/case/ParticipantChips.vue +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - - - - - {{ initials(participant.individual.name) }} - - - - - - - - {{ initials(participant.individual.name) }} - - - {{ participant.individual.name }} - {{ - participant.participant_roles | activeRoles - }} - - - - mdi-close-circle - - - - - - - - mdi-email - - {{ participant.individual.email }} - - - - - business - - {{ participant.individual.company }} - - - - groups - - {{ participant.department }} - - - - group - - {{ participant.team }} - - - - mdi-map-marker - - {{ participant.location }} - - - - - open_in_new - - External Profile - - - - - - - - - Other Participants - - - - - - - - {{ participant.individual.name }} ({{ - participant.participant_roles | activeRoles - }}) - - - {{ participant.team }} - {{ participant.location }} - - - - - open_in_new - - - - - - - - No participant data available. - - - - - - - - - +{{ hiddenParticipants.length }} - - - - - - - - - - - -
No participant data available.