Skip to content

Commit

Permalink
Fix #332 On updating organisation name, it empties the sector
Browse files Browse the repository at this point in the history
  • Loading branch information
albinpa authored and georgepadayatti committed Oct 25, 2023
1 parent efc1a67 commit 229eb67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v2/handler/onboard/updateorganization_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func UpdateOrganization(w http.ResponseWriter, r *http.Request) {
ID: orgResp.ID,
Name: orgResp.Name,
Description: orgResp.Description,
Sector: orgResp.Type.Type,
Location: orgResp.Location,
PolicyURL: orgResp.PolicyURL,
CoverImageID: orgResp.CoverImageID,
Expand Down

0 comments on commit 229eb67

Please sign in to comment.