diff --git a/src/dispatch/static/dispatch/src/participant/ParticipantSearchPopover.vue b/src/dispatch/static/dispatch/src/participant/ParticipantSearchPopover.vue index c14d9f0408b8..7073f9761470 100644 --- a/src/dispatch/static/dispatch/src/participant/ParticipantSearchPopover.vue +++ b/src/dispatch/static/dispatch/src/participant/ParticipantSearchPopover.vue @@ -101,7 +101,7 @@ watch( if (newVal) { selectedParticipant.value = newVal } else { - selectedParticipant.value = "Select assignee" + selectedParticipant.value = props.type === "assignee" ? "Select assignee" : "Select reporter" } }, { immediate: true } @@ -186,9 +186,15 @@ const toggleMenu = () => { > {{ selectedParticipant }}