Skip to content

Commit

Permalink
Remove unused saveSignupStep action from unified-domains step repository
Browse files Browse the repository at this point in the history
  • Loading branch information
agrullon95 committed Sep 13, 2024
1 parent 4d1f97e commit b6ebe46
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ import {
import { getAvailableProductsList } from 'calypso/state/products-list/selectors';
import getSitesItems from 'calypso/state/selectors/get-sites-items';
import { fetchUsernameSuggestion } from 'calypso/state/signup/optional-dependencies/actions';
import {
removeStep,
saveSignupStep,
submitSignupStep,
} from 'calypso/state/signup/progress/actions';
import { removeStep, submitSignupStep } from 'calypso/state/signup/progress/actions';
import { setDesignType } from 'calypso/state/signup/steps/design-type/actions';
import { getDesignType } from 'calypso/state/signup/steps/design-type/selectors';
import { getSelectedSite } from 'calypso/state/ui/selectors';
Expand All @@ -44,10 +40,6 @@ const mapDispatchToProps = ( dispatch: any, props: any ) => {
recordAddDomainButtonClickInUseYourDomain,
recordUseYourDomainButtonClick,
removeStep,
saveSignupStep: ( step: Record< string, unknown > ) => {
props.saveSignupStep?.( step );
dispatch( saveSignupStep( step ) );
},
submitSignupStep: (
step: Record< string, unknown >,
providedDependencies: Record< string, unknown >,
Expand Down

0 comments on commit b6ebe46

Please sign in to comment.