Rework settings page

This commit is contained in:
Zoe Roux
2025-11-09 16:34:26 +01:00
parent 39cfd501ac
commit 6bb905b388
15 changed files with 328 additions and 358 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ type MutationParams = {
body?: object;
};
export const useMutation = <T = void, QueryRet>({
export const useMutation = <T = void, QueryRet = void>({
compute,
invalidate,
optimistic,