Skip to content

Commit

Permalink
Issue #PS-798 fix: UI Reusable components
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas143shinde committed Jun 20, 2024
1 parent 4034122 commit 2f5bedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddLeanerModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const AddLeanerModal: React.FC<ManageUsersModalProps> = ({ learnersName }) => {

return (
<div>
<Button onClick={handleOpen}>Open modal</Button>
{/* <Button onClick={handleOpen}>Open modal</Button> */}
<Modal
open={open}
onClose={handleClose}
Expand Down

0 comments on commit 2f5bedd

Please sign in to comment.