Skip to content
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(CanvasForm): Search field not showing correct fields in case of nested fields #1906

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shivamG640
Copy link
Contributor

@shivamG640 shivamG640 commented Jan 9, 2025

Fixes #1890

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

Attention: Patch coverage is 96.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 78.50%. Comparing base (6da8b04) to head (37350d5).

Files with missing lines Patch % Lines
...ckages/ui/src/components/Form/CustomAutoFields.tsx 62.50% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1906      +/-   ##
============================================
+ Coverage     78.48%   78.50%   +0.01%     
  Complexity      367      367              
============================================
  Files           468      469       +1     
  Lines         14778    14805      +27     
  Branches       2831     2834       +3     
============================================
+ Hits          11599    11623      +24     
+ Misses         3091     2909     -182     
- Partials         88      273     +185     

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

@shivamG640 shivamG640 marked this pull request as ready for review January 14, 2025 10:33
@shivamG640 shivamG640 requested a review from lordrip January 14, 2025 10:33
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.

Filtering nested properties in the form is not working
1 participant