Skip to content

Commit

Permalink
Start: Domains, do not submit when removing the free domain (#95523)
Browse files Browse the repository at this point in the history
  • Loading branch information
escapemanuele authored Oct 23, 2024
1 parent 8893bef commit 1cd82c8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/signup/steps/domains/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -897,12 +897,6 @@ export class RenderDomainsStep extends Component {
domain_name: false,
},
} );
this.props.submitSignupStep(
Object.assign( {
stepName: this.props.stepName,
} ),
Object.assign( { siteUrl: false } )
);
};

getSideContent = () => {
Expand Down

0 comments on commit 1cd82c8

Please sign in to comment.