-
Notifications
You must be signed in to change notification settings - Fork 891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[discover-new] fix spelling for localstorage key name #8632
base: main
Are you sure you want to change the base?
Conversation
https://dictionary.cambridge.org/dictionary/english/experience Signed-off-by: Stanislav Hanzhin-Tsvetkov <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8632 +/- ##
==========================================
+ Coverage 60.86% 60.87% +0.01%
==========================================
Files 3790 3790
Lines 90235 90235
Branches 14144 14144
==========================================
+ Hits 54924 54934 +10
+ Misses 31846 31835 -11
- Partials 3465 3466 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -5,7 +5,7 @@ | |||
|
|||
import { Storage } from '../../../../../opensearch_dashboards_utils/public'; | |||
|
|||
export const NEW_DISCOVER_KEY = 'discover:newExpereince'; | |||
export const NEW_DISCOVER_KEY = 'discover:newExperience'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this always stuck out like a red thumb for me. One risk to call out here is that previous users who set this will need to reset this. Should we call this out in a changelog?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like that?
fixed typo in option name that disabled legacy Discover UI. Those using new Discover have to re-enable it once again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep that works
❌ Invalid Prefix For Manual Changeset CreationInvalid description prefix. Found "fixed typo in option name that disabled legacy Discover UI. Those using new Discover have to re-enable it once again". Only "skip" entry option is permitted for manual commit of changeset files. If you were trying to skip the changelog entry, please use the "skip" entry option in the ##Changelog section of your PR description. |
❌ Invalid Prefix For Manual Changeset CreationInvalid description prefix. Found "fix". Only "skip" entry option is permitted for manual commit of changeset files. If you were trying to skip the changelog entry, please use the "skip" entry option in the ##Changelog section of your PR description. |
Description
Key name was introduced with typo
Testing the changes
https://dictionary.cambridge.org/dictionary/english/experience
Changelog
Check List
yarn test:jest
yarn test:jest_integration