Skip to content

Commit

Permalink
refactor:changes in payload
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade committed Oct 3, 2023
1 parent f4848a8 commit 6051e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Ecosystems/CreateEcosystems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ try{
name: values.name,
description: values.description,
logo: logoImage?.imagePreviewUrl as string || "",
tag:"",
tags:"",
orgId: Number(organizationId),
userId:Number(user_data?.id)
}
Expand Down

0 comments on commit 6051e43

Please sign in to comment.