Skip to content

Commit

Permalink
update Pr
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshataKatwal16 committed Aug 2, 2024
1 parent 041c975 commit 8b24785
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/AddFacilitator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,12 @@ const AddFacilitatorModal: React.FC<AddFacilitatorModalprops> = ({
value: [selectedBlockCode],
});
apiBody.customFields.push({
fieldId: "b61edfc6-3787-4079-86d3-37262bf23a9e",
value: StateFieldId,
fieldId: StateFieldId,
value: [selectedStateCode]
});
apiBody.customFields.push({
fieldId: "f2d731dd-2298-40d3-80bb-9ae6c5b38fb8",
value: DistrctFieldId,
fieldId: DistrctFieldId,
value: [selectedDistrictCode]
});
}
try {
Expand Down

0 comments on commit 8b24785

Please sign in to comment.