mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 11:21:16 +01:00
Better plugin development experience (#118)
This commit is contained in:
@@ -12,7 +12,6 @@ export function useHttpRequestActions() {
|
||||
|
||||
const httpRequestActions = useQuery({
|
||||
queryKey: ['http_request_actions', pluginsKey],
|
||||
refetchOnWindowFocus: false,
|
||||
queryFn: async () => {
|
||||
const responses = (await invokeCmd(
|
||||
'cmd_http_request_actions',
|
||||
|
||||
Reference in New Issue
Block a user