-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Description
Hi,
I just wanted to use the pipedrive extension in Order to copy Smart BCC Emails and saw that there is a copy and paste mistake. The value as well as the keyboard shortcut contain the values of title instead of ccDeal.
extensions/extensions/pipedrive/src/index.tsx
Lines 228 to 233 in 1abdcbf
| {ccEmail && ( | |
| <Action.CopyToClipboard | |
| title="Copy Deal Name" | |
| content={title} | |
| shortcut={{ modifiers: ["cmd"], key: "n" }} | |
| /> |
I hope you are able to fix it soon, since it is just a minor error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels