Skip to content

Commit

Permalink
frontend integrate
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilrgeorge007 committed Mar 19, 2023
1 parent a541ecd commit aa187c0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 5 deletions.
29 changes: 29 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 1 addition & 5 deletions frontend/src/pages/Details/Details.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,6 @@ const Details = ()=>{
</div>
</form>

<div class="modal-body">
<p></p>
</div>
</div>
</div>
<Dialog
open={open1}
Expand All @@ -238,4 +234,4 @@ const Details = ()=>{
)
}

export default Details;
export default Details;

0 comments on commit aa187c0

Please sign in to comment.