Skip to content

Commit

Permalink
Update packages/js/src/first-time-configuration/tailwind-components/c…
Browse files Browse the repository at this point in the history
…onfiguration-stepper-buttons.js

Co-authored-by: Igor <35524806+igorschoester@users.noreply.github.com>
  • Loading branch information
pls78 and igorschoester authored Oct 10, 2023
1 parent 6247a50 commit 73de897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export function ConfigurationStepButtons( { stepId, stepperFinishedOnce, saveFun
id={ `button-${ stepId }-go` }
className="yst-button yst-button--primary yst-mt-12"
destination="last"beforeGo={ onSaveClick }
data-hiive-event-name={ `clicked_save changes | ${ HIIVE_STEPS_NAMES[ stepId ] }` }
data-hiive-event-name={ `clicked_save_changes | ${ HIIVE_STEPS_NAMES[ stepId ] }` }
>
{ __( "Save changes", "wordpress-seo" ) }
</Step.GoButton>;
Expand Down

0 comments on commit 73de897

Please sign in to comment.