Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
jordwest committed Aug 15, 2016
1 parent 39cde7e commit a738f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/my-sites/exporter/export-card/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ const mapDispatchToProps = ( dispatch, { siteId } ) => ( {
setPostType: flowRight( dispatch, setPostType ),
fetchStatus: () => dispatch( exportStatusFetch( siteId ) ),

exportAll: () => dispatch( withAnalytics( trackExportClick(), startExport() ) ),
exportAll: () => dispatch( withAnalytics( trackExportClick(), startExport( siteId ) ) ),
exportSelectedItems: () => dispatch( withAnalytics(
trackExportClick( 'selected' ),
startExport( { exportAll: false } )
startExport( siteId, { exportAll: false } )
) ),
} );

Expand Down

0 comments on commit a738f64

Please sign in to comment.