-
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: create useUpdateOptionListIdMutation hook #14181
feat: create useUpdateOptionListIdMutation hook #14181
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14181 +/- ##
=======================================
Coverage 95.36% 95.36%
=======================================
Files 1797 1798 +1
Lines 23367 23390 +23
Branches 2702 2702
=======================================
+ Hits 22284 22307 +23
Misses 836 836
Partials 247 247 ☔ View full report in Codecov by Sentry. |
…n-list-id-endpoint
…n-list-id-endpoint
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.
Veldig oversiktlig og fin PR! Fant bare noe smårusk.
Description
create useUpdateOptionListIdMutation hook to be able to use it for updating code list names in library.
Related Issue(s)
Verification