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 afeadba commit 54811af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export function ConfigurationStepButtons( { stepId, stepperFinishedOnce, saveFun
// If save is not succesful: we are still editing
setEditState( ! saveSuccesful );
return saveSuccesful;
} );
}, [ saveFunction ] );

if ( stepperFinishedOnce ) {
return <Step.GoButton
Expand Down

0 comments on commit 54811af

Please sign in to comment.