-
Notifications
You must be signed in to change notification settings - Fork 70
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(subform): Add SubFormMissingContentWarning Component #13813
feat(subform): Add SubFormMissingContentWarning Component #13813
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13813 +/- ##
=======================================
Coverage 95.15% 95.16%
=======================================
Files 1688 1690 +2
Lines 22325 22354 +29
Branches 2620 2622 +2
=======================================
+ Hits 21244 21273 +29
Misses 835 835
Partials 246 246 ☔ View full report in Codecov by Sentry. |
fe941cb
to
ba4d06a
Compare
…ubformmissingcontentwarning_component
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.
Looks good🙂
Co-authored-by: JamalAlabdullah <90609090+JamalAlabdullah@users.noreply.github.com>
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 :)
Description
This component is a simple alert message that will be used in #13682.
It shows a warning that the specified subformlayoutset is not configured and a button to navigate to the subformlayout.
Related Issue(s)
Verification
Documentation