Skip to content

Commit

Permalink
Rename recorded action
Browse files Browse the repository at this point in the history
  • Loading branch information
octaedro committed Feb 15, 2024
1 parent 0fc312c commit 9b7f43b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ export function ShowPrepublishChecksSection() {
togglePrepublishChecks();
recordEvent( 'product_prepublish_panel', {
source: TRACKS_SOURCE,
action: 'enable_prepublish_checks',
action: 'toggle_prepublish_checks',
value: selected,
} );
} }
Expand Down

0 comments on commit 9b7f43b

Please sign in to comment.