mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-24 18:31:16 +01:00
Hotkeys and view mode kvs
This commit is contained in:
@@ -14,5 +14,5 @@ export function useSendRequest(request: HttpRequest | null) {
|
||||
if (request == null) return;
|
||||
await queryClient.invalidateQueries(responsesQueryKey(request.id));
|
||||
},
|
||||
});
|
||||
}).mutate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user