Fix: fix event name (#2801)

This commit is contained in:
Mike
2024-08-29 11:00:41 +02:00
committed by GitHub
parent 889a9c04f5
commit 5d1490576f
@@ -146,7 +146,7 @@ const save = handleSubmit(async () => {
const result = await updateMutation({ input }).catch(convertThrowIntoFetchResult)
if (result?.data) {
mixpanel.track('Workspace Domain Protection Toggled', {
mixpanel.track('Workspace General Settings Updated', {
fields: (Object.keys(input) as Array<keyof WorkspaceUpdateInput>).filter(
(key) => key !== 'id'
),