Skip to content

Commit

Permalink
adds event to fire tracks warning (Automattic#15277)
Browse files Browse the repository at this point in the history
  • Loading branch information
rralian authored Jun 20, 2017
1 parent d9700ba commit 619fc0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/blocks/eligibility-warnings/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ export const EligibilityWarnings = ( {
? FEATURE_UPLOAD_PLUGINS
: FEATURE_UPLOAD_THEMES
}
event={ 'plugins' === context
? 'calypso-plugin-eligibility-upgrade-nudge'
: 'calypso-theme-eligibility-upgrade-nudge'
}
plan={ PLAN_BUSINESS }
title={ translate( 'Business plan required' ) }
/>
Expand Down

0 comments on commit 619fc0d

Please sign in to comment.