Ensure we send limited but important email editor information to mixpanel
We are limiting the amount of events information so as not to go over mixpanel monthly quota MAILPOET-6365
This commit is contained in:
committed by
Oluwaseun Olorunsola
parent
d0326c4416
commit
2e207efce1
@ -14,7 +14,7 @@ const PersonalizationTagsModal = ( {
|
||||
isOpened,
|
||||
closeCallback,
|
||||
canInsertLink = false,
|
||||
openedBy = '',
|
||||
openedBy = '',
|
||||
} ) => {
|
||||
const [ activeCategory, setActiveCategory ] = useState( null );
|
||||
const [ searchQuery, setSearchQuery ] = useState( '' );
|
||||
|
Reference in New Issue
Block a user