Send tracks event when dashboard sections are renamed.
This commit is contained in:
parent
314e6d90e0
commit
c36bfe6026
|
@ -86,6 +86,7 @@ class CustomizableDashboard extends Component {
|
|||
|
||||
onSectionTitleUpdate( updatedKey ) {
|
||||
return updatedTitle => {
|
||||
recordEvent( 'dash_section_rename', { key: updatedKey } );
|
||||
this.updateSection( updatedKey, { title: updatedTitle } );
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue