Skip to content

Commit

Permalink
[SDAN-566] Add 'preview' and 'open' to 'actions' filter in subscriber…
Browse files Browse the repository at this point in the history
… activity report (#822)
  • Loading branch information
nrvikas authored and MarkLark86 committed Aug 2, 2019
1 parent e0c88ff commit 6840196
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/company-reports/components/SubscriberActivity.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ class SubscriberActivity extends React.Component {
},
{
'name': 'print'
},
{
'name': 'open'
},
{
'name': 'preview'
}];
getName = upperCaseFirstCharacter;
break;
Expand Down

0 comments on commit 6840196

Please sign in to comment.