mirror of
https://github.com/mue/mue.git
synced 2026-07-26 02:01:19 +02:00
chore: update events
This commit is contained in:
@@ -22,7 +22,7 @@ export default class Dropdown extends React.PureComponent {
|
||||
return;
|
||||
}
|
||||
|
||||
window.analytics.postEvent('settingUpdate', `Changed setting ${this.props.name} from ${this.state.value} to ${value}`);
|
||||
window.analytics.postEvent('setting', `${this.props.name} from ${this.state.value} to ${value}`);
|
||||
|
||||
this.setState({
|
||||
value: value,
|
||||
|
||||
Reference in New Issue
Block a user