fix(ui): Various fixes
This commit is contained in:
1
webui/react-ui/src/utils/api.js
vendored
1
webui/react-ui/src/utils/api.js
vendored
@@ -145,7 +145,6 @@ export const agentApi = {
|
||||
importAgent: async (formData) => {
|
||||
const response = await fetch(buildUrl(API_CONFIG.endpoints.importAgent), {
|
||||
method: 'POST',
|
||||
headers: API_CONFIG.headers,
|
||||
body: formData,
|
||||
});
|
||||
return handleResponse(response);
|
||||
|
||||
Reference in New Issue
Block a user