Fix 'Discard changes?' when updating external service
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: mrnugget
This fixes the 'Discard changes?' confirmation dialog that pops up when the user saves the external service config.
It also refactors the code to use useQuery
and useMutation
hooks (which are recommended by frontend-platform team), which makes the logic a bit simpler and more consistent with rest of codebase.
Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.