Skip to content

Commit

Permalink
fix(telemetry): fix telemetry naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ninaandal committed Feb 26, 2024
1 parent aa7c927 commit 187e889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sanity/src/core/form/__telemetry__/form.telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const PortableTextInputCollapsed = defineEvent({

export const PortableTextInvalidValueIgnore = defineEvent({
version: 1,
name: 'Portable Text Editor Invalid Value Resolved',
name: 'Portable Text Editor Invalid Value Ignored',
description:
'The portable text got an invalid value from the form and pressed button to ignore it',
})
Expand All @@ -24,7 +24,7 @@ export const PortableTextInvalidValueResolve = defineEvent<{
PTEInvalidValueDescription: string
}>({
version: 1,
name: 'Portable Text Editor Invalid Value Ignored',
name: 'Portable Text Editor Invalid Value Resolved',
description:
'The portable text got an invalid value from the form and pressed button to resolve it.',
})

0 comments on commit 187e889

Please sign in to comment.