Skip to content

Commit

Permalink
Merge pull request #1127 from Chia-Network/dev/michael.taylor/edit-or…
Browse files Browse the repository at this point in the history
…g-not-working

fix: content type for edit org
  • Loading branch information
MichaelTaylor3D authored Nov 29, 2023
2 parents d2b56ce + 8261009 commit 8520652
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/store/actions/climateWarehouseActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1900,9 +1900,6 @@ export const editExistingOrg = data => {
const url = `${constants.API_HOST}/organizations/edit`;
const payload = {
method: 'PUT',
headers: {
'Content-Type': 'multipart/form-data',
},
body: formData,
};

Expand Down

0 comments on commit 8520652

Please sign in to comment.