Skip to content

Commit

Permalink
Merge pull request #513 from shreyas1434shinde/notification
Browse files Browse the repository at this point in the history
Issue task PS-3899 : template preview UI enhancement
  • Loading branch information
itsvick authored Feb 11, 2025
2 parents 8569312 + fdaa8fe commit ff3207d
Show file tree
Hide file tree
Showing 3 changed files with 496 additions and 360 deletions.
2 changes: 1 addition & 1 deletion src/components/CommonUserModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ const CommonUserModal: React.FC<UserModalProps> = ({
"{FirstName}": firstLetterInUpperCase(creatorName),
"{UserName}": apiBody["username"],
"{LearnerName}": firstLetterInUpperCase(
apiBody["firstName"]
apiBody["firstName"]
),
"{Password}": apiBody["username"],
"{appUrl}": process.env.NEXT_PUBLIC_TEACHER_APP_URL as string || '',
Expand Down
Loading

0 comments on commit ff3207d

Please sign in to comment.