You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that patchUpdateUser is called after calling checkTheSlugOwner (which is related to #106 ). Do you prefer to have them in separate mutations or is it okay to chain them in on mutation instead?
Closes#106Closes#107
## Description
Use `useMutation` to handle patch update user. `checkTheSlugOwner` api call is chained with `patchUpdateUser` since it is necessary to check the slug validity before updating user.
No description provided.
The text was updated successfully, but these errors were encountered: