-
Notifications
You must be signed in to change notification settings - Fork 885
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
fix: data source selector in dev tools tab moved to left #7347
fix: data source selector in dev tools tab moved to left #7347
Conversation
…left Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7347 +/- ##
=======================================
Coverage 67.71% 67.71%
=======================================
Files 3518 3518
Lines 69638 69638
Branches 11365 11365
=======================================
Hits 47153 47153
- Misses 19694 19696 +2
+ Partials 2791 2789 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* fix: style issue that data source selector in dev tools tab moved to left Signed-off-by: Yulong Ruan <ruanyl@amazon.com> * Changeset file for PR #7347 created/updated --------- Signed-off-by: Yulong Ruan <ruanyl@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 9ce538a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: style issue that data source selector in dev tools tab moved to left * Changeset file for PR #7347 created/updated --------- (cherry picked from commit 9ce538a) Signed-off-by: Yulong Ruan <ruanyl@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
The issue was introduced by 4c61906
Before:
After:
Issues Resolved
#7349
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration