-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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][UI] Fix the message toast issue #16088
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #16088 +/- ##
============================================
+ Coverage 40.67% 40.68% +0.01%
- Complexity 5238 5239 +1
============================================
Files 1382 1382
Lines 46023 46023
Branches 4922 4922
============================================
+ Hits 18719 18724 +5
+ Misses 25379 25374 -5
Partials 1925 1925 ☔ View full report in Codecov by Sentry. |
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.
LGTM
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.
+1
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.
+1
|
Purpose of the pull request
to fix #16087
Brief change log
To enhance the robustness of the code when showing messages in the data source connection and testing message sending
Verify this pull request