Open specific email in order tab
[MAILPOET-5452]
This commit is contained in:
@@ -100,7 +100,7 @@ export function transformEmailsToRows(emails: EmailStats[]) {
|
||||
})}
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
openTab('orders');
|
||||
openTab('orders', { filters: { emails: [`${email.id}`] } });
|
||||
}}
|
||||
>
|
||||
{`${email.orders}`}
|
||||
|
Reference in New Issue
Block a user