Skip to content

Commit

Permalink
Remove pattern-assembler check
Browse files Browse the repository at this point in the history
  • Loading branch information
candy02058912 committed Dec 17, 2024
1 parent a516888 commit 5ee2afc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/landing/stepper/declarative-flow/onboarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ const onboarding: Flow = {
}

case 'designSetup': {
const { selectedDesign: _selectedDesign } = providedDependencies;
if ( isAssemblerDesign( _selectedDesign as Design ) && isAssemblerSupported() ) {
return navigate( 'pattern-assembler' );
}

return navigate( 'domains' );
}

Expand Down

0 comments on commit 5ee2afc

Please sign in to comment.