-
Notifications
You must be signed in to change notification settings - Fork 76
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: Error when adding a component where the dataModelBindings
property is missing
#14070
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14070 +/- ##
==========================================
- Coverage 95.36% 95.36% -0.01%
==========================================
Files 1797 1797
Lines 23367 23366 -1
Branches 2702 2702
==========================================
- Hits 22284 22283 -1
Misses 836 836
Partials 247 247 ☔ View full report in Codecov by Sentry. |
dataModelBindings
property is missing
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.
Nice, and It works fine 👍
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.
Tested in dev - works as expected :)
…erty is missing (#14070) Co-authored-by: Lars <[email protected]>
Description
Fixed error when adding a component where the
dataModelBindings
property is missingRelated Issue(s)
Verification