Fix response emit and sidebar flex

This commit is contained in:
Gregory Schier
2024-02-09 16:16:02 -08:00
parent cae9a4fd36
commit bbe62abd20
5 changed files with 27 additions and 24 deletions

View File

@@ -31,7 +31,7 @@ export function useSendAnyRequest(options: { download?: boolean } = {}) {
}
}
return invoke('cmd_send_request', {
return invoke('cmd_send_http_request', {
requestId: id,
environmentId,
downloadDir: downloadDir,