-
Notifications
You must be signed in to change notification settings - Fork 71
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: Update layout set list when adding a new subform #14254
fix: Update layout set list when adding a new subform #14254
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14254 +/- ##
=======================================
Coverage 95.51% 95.51%
=======================================
Files 1826 1826
Lines 23780 23786 +6
Branches 2757 2757
=======================================
+ Hits 22714 22720 +6
Misses 808 808
Partials 258 258 ☔ View full report in Codecov by Sentry. |
frontend/packages/shared/src/queryInvalidator/SyncSuccessQueriesInvalidator.ts
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! iI 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 :)
Description
invalidateQueries
forQueryKey.LayoutSetsExtended
to ensure the layout set list updates correctly when adding a new subformRelated Issue(s)
Verification