Skip to content

Commit

Permalink
[CYS] Update path to intro when exiting the assembler (#44771)
Browse files Browse the repository at this point in the history
* Update path to intro when exiting the assembler

* Add changefile(s) from automation for the following project(s): woocommerce

* Fix styling

* Fix linting error

---------

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
2 people authored and Konamiman committed Mar 13, 2024
1 parent 2970f42 commit b190d48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Expand Up @@ -59,7 +59,8 @@
}
}

.woocommerce-customize-store__step-assemblerHub {
.woocommerce-customize-store__step-assemblerHub,
.woocommerce-customize-store__step-intro {
a {
text-decoration: none;
}
Expand Down
1 change: 1 addition & 0 deletions plugins/woocommerce-admin/client/customize-store/index.tsx
Expand Up @@ -459,6 +459,7 @@ export const customizeStoreStateMachineDefinition = createMachine( {
},
GO_BACK_TO_DESIGN_WITHOUT_AI: {
target: 'intro',
actions: [ { type: 'updateQueryStep', step: 'intro' } ],
},
},
},
Expand Down
4 changes: 4 additions & 0 deletions plugins/woocommerce/changelog/44771-44766-fix-cys-wrong-path
@@ -0,0 +1,4 @@
Significance: minor
Type: fix

[CYS] Fix the intro path when exiting the assembler.

0 comments on commit b190d48

Please sign in to comment.