Skip to content

Commit

Permalink
Merge branch 'nishant0708:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
TanishqMehrunkarIIPSDAVV authored Feb 23, 2025
2 parents 019c0dc + 161678a commit 22ecb04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Create_paper/Createpaper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ const Createpaper = () => {
dateFormat="dd/MM/yyyy"
className="create_paper_input"
placeholderText="DD / MM / YYYY"
minDate={new Date()}
/>
</FormGroup>

Expand Down
1 change: 1 addition & 0 deletions src/Edit_paper/Editpaper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ const Editpaper = () => {
dateFormat="dd/MM/yyyy"
className="create_paper_input"
placeholderText="DD / MM / YYYY"
minDate={new Date()}
/>
</FormGroup>

Expand Down

0 comments on commit 22ecb04

Please sign in to comment.