Edit Navigation: Replace store name string with exposed store definition#27182
Conversation
|
I was not sure whether changes should be made to the |
|
You can follow the guidance that @adamziel shared in #27094 (comment) for the file with controls - a separate file with constant for the store name. |
gziolo
left a comment
There was a problem hiding this comment.
This part is good to go, you can open a follow up with the remaining changes 😄
|
@gziolo Sorry for taking so long to reply, things are kinda crazy around here... 😅 |
|
No worries, it's fine to have several smaller focused PRs. It doesn't matter which branch you use, it's probably easier to have a new one off the upstream |
Description
Addresses #27088. Replaces the store names (hardcoded strings) with the exposed
storedefinitions.How has this been tested?
npm run test, no additional test was done.Screenshots
Types of changes
Code refactoring, non-breaking change.
Checklist: