-
-
Notifications
You must be signed in to change notification settings - Fork 818
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
Add extra undefined check for table filters #8008
Conversation
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8008 +/- ##
==========================================
+ Coverage 83.57% 83.68% +0.10%
==========================================
Files 1140 1141 +1
Lines 50874 50860 -14
Branches 1774 1775 +1
==========================================
+ Hits 42520 42562 +42
+ Misses 7913 7847 -66
- Partials 441 451 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- Do not return early, this is mistake! - Correctly handle empty activeFilter state
* Add extra undefined check for table filters * Logic fix.. - Do not return early, this is mistake! - Correctly handle empty activeFilter state (cherry picked from commit 7d844e0)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
* Add extra undefined check for table filters * Logic fix.. - Do not return early, this is mistake! - Correctly handle empty activeFilter state (cherry picked from commit 7d844e0) Co-authored-by: Oliver <[email protected]>
Fixes bug which sometimes causes rendering error for PUI table