-
Notifications
You must be signed in to change notification settings - Fork 57
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(crud): use noNewButton
name and fix form visibility
#3326
fix(crud): use noNewButton
name and fix form visibility
#3326
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3326 +/- ##
=======================================
Coverage 86.89% 86.89%
=======================================
Files 115 115
Lines 8287 8289 +2
Branches 1269 1271 +2
=======================================
+ Hits 7201 7203 +2
Misses 1072 1072
Partials 14 14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Vlad Rindevich <[email protected]>
|
Changes the recently introduced
newButton
property tonoNewButton
and hides the empty form when the new property istrue
.Fixes #3324