Skip to content

Commit

Permalink
Sorted leads.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Dec 20, 2024
1 parent cf643b2 commit ae7a5ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Changes.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
value: lead,
label: org.getProfileNameOrEmail(lead) ?? ''
}))
.sort((a, b) => a.label.localeCompare(b.label))
]}
change={(value) => (filterLead = value)}
/>
Expand Down

0 comments on commit ae7a5ea

Please sign in to comment.