-
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
feat(data-modeling): only valid models are bindable #13985
feat(data-modeling): only valid models are bindable #13985
Conversation
7387bf2
to
3499607
Compare
squash squash
3499607
to
9ca9914
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13985 +/- ##
=======================================
Coverage 95.28% 95.28%
=======================================
Files 1763 1764 +1
Lines 23000 23017 +17
Branches 2676 2678 +2
=======================================
+ Hits 21915 21932 +17
Misses 836 836
Partials 249 249 ☔ View full report in Codecov by Sentry. |
.../src/components/config/editModal/EditDataModelBinding/EditBinding/SelectDataModelBinding.tsx
Outdated
Show resolved
Hide resolved
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 👍 works fine, just a small thing
02fc39c
to
e45a621
Compare
.../src/components/config/editModal/EditDataModelBinding/EditBinding/SelectDataModelBinding.tsx
Show resolved
Hide resolved
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 👍
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 - brilliant work! :)
…re-made-available
Co-authored-by: Lars <[email protected]>
Description
Datatypes shown in binding select is now limited to
OR
multiple-datamodels-only-valid-shown.mp4
Related Issue(s)
Verification
Documentation