fix(ui): Various fixes

This commit is contained in:
Richard Palethorpe
2025-04-02 07:43:48 +01:00
parent 74fdfd7a55
commit 9f77bb99f1
3 changed files with 2 additions and 9 deletions

View File

@@ -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);