TF-934 Implement open email in new tab
This commit is contained in:
@@ -17,4 +17,5 @@ enum EmailActionType {
|
||||
selection,
|
||||
moveToSpam,
|
||||
unSpam,
|
||||
openInNewTab
|
||||
}
|
||||
@@ -155,7 +155,7 @@ extension PresentationEmailExtension on PresentationEmail {
|
||||
mailboxIds: mailboxIds,
|
||||
mailboxNames: listMailboxName,
|
||||
selectMode: selectMode,
|
||||
routeWeb: routeWeb
|
||||
routeWeb: routeWeb
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user