Skip to content

Conversation

@mandyparson
Copy link
Contributor

Overview

What is the feature?

In previous ticket, set checked = false instead of null. When this is done, the checkbox will always render as unchecked (because false is explicitly set) unless we provide a way to change its state. Thus, 'null' is actually correct. Left a comment so this wouldn't happen again.

What is the Solution?

Summarize what you changed.

What areas of the application does this impact?

List impacted areas.

Testing

Reproduction steps

  • Environment for testing:
  • Collection to test with:
  1. Step 1
  2. Step 2...

Attachments

Please include relevant screenshots or files that would be helpful in reviewing and verifying this change.

Checklist

  • I have added automated tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.11%. Comparing base (954aa78) to head (c1a0cb7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1415      +/-   ##
==========================================
+ Coverage   98.08%   98.11%   +0.02%     
==========================================
  Files         421      421              
  Lines        6779     6779              
  Branches     1429     1430       +1     
==========================================
+ Hits         6649     6651       +2     
+ Misses        129      127       -2     
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mandyparson mandyparson merged commit c7d9ddc into main Oct 2, 2025
7 checks passed
@mandyparson mandyparson deleted the MMT-4058b branch October 2, 2025 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants