-
Notifications
You must be signed in to change notification settings - Fork 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(module:transfer): not setting the move btn disable state #8824
fix(module:transfer): not setting the move btn disable state #8824
Conversation
This preview will be available after the AzureCI is passed. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8824 +/- ##
==========================================
- Coverage 91.83% 91.82% -0.01%
==========================================
Files 536 536
Lines 18455 18456 +1
Branches 2816 2816
==========================================
Hits 16948 16948
- Misses 1198 1199 +1
Partials 309 309 ☔ 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
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Not checking the move buttons when no item is selected.
Issue Number: #8814
What is the new behavior?
Fixed the mentioned issue
Does this PR introduce a breaking change?
Other information