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 115eb11 commit 041c975
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/AddTeamLeaderModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,11 +321,11 @@ const AddTeamLeaderModal: React.FC<AddLearnerModalProps> = ({
marginTop: "10px",
}}
>
{!dynamicForm && (
{/* {!dynamicForm && (
<Typography>
{t("LEARNERS.FIRST_SELECT_REQUIRED_FIELDS")}{" "}
</Typography>
)}
)} */}
<AreaSelection
states={transformArray(states)}
districts={transformArray(districts)}
Expand Down Expand Up @@ -363,7 +363,7 @@ const AddTeamLeaderModal: React.FC<AddLearnerModalProps> = ({
{/* <CustomSubmitButton onClose={primaryActionHandler} /> */}
</DynamicForm>
)
:
: dynamicFormForBlock &&
schema &&
uiSchema && (
<DynamicForm
Expand Down

0 comments on commit 041c975

Please sign in to comment.