mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-30 19:05:16 -04:00
Rework settings page
This commit is contained in:
@@ -268,7 +268,7 @@ type MutationParams = {
|
||||
body?: object;
|
||||
};
|
||||
|
||||
export const useMutation = <T = void, QueryRet>({
|
||||
export const useMutation = <T = void, QueryRet = void>({
|
||||
compute,
|
||||
invalidate,
|
||||
optimistic,
|
||||
|
||||
Reference in New Issue
Block a user