-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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(explore): clear custom label if removed #12382
fix(explore): clear custom label if removed #12382
Conversation
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. Thanks for the quick fix!
FYI @ktmud this will probably need some further improvement as the current UX is slightly confusing (I can continue next week), but for now this is probably an ok quick fix. |
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.
Codecov Report
@@ Coverage Diff @@
## master #12382 +/- ##
===========================================
- Coverage 66.76% 50.93% -15.83%
===========================================
Files 1014 473 -541
Lines 49508 16862 -32646
Branches 5063 4325 -738
===========================================
- Hits 33052 8588 -24464
+ Misses 16322 8274 -8048
+ Partials 134 0 -134
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I have similar thoughts - perhaps greyed out autogenerated label, and black if overridden. |
SUMMARY
When clearing the custom label, it should be reverted to the default label.
AFTER SCREENSHOTS OR ANIMATED GIF
ADDITIONAL INFORMATION