Updated promoted status label to open upgrade to pro modal on click
This commit is contained in:
@@ -210,6 +210,10 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
|
||||
dispatch(groupRemoveStatus(groupId, statusId));
|
||||
},
|
||||
|
||||
onOpenProUpgradeModal() {
|
||||
dispatch(openModal('PRO_UPGRADE'));
|
||||
},
|
||||
|
||||
});
|
||||
|
||||
export default injectIntl(connect(makeMapStateToProps, mapDispatchToProps)(Status));
|
||||
|
||||
Reference in New Issue
Block a user