UniversityOfSaskatchewanCMPT371 / term-project-2024-team-4

Apache License 2.0
2 stars 2 forks source link

made the catalogue/site fields editable clickaway components #127

Closed funmise closed 5 months ago

funmise commented 5 months ago

Sends the updated catalogue/site name and description to the server. This is triggered when the user clicks away from the editable input fields for the catalogue/site name or description. It sends an HTTP PUT request to the server endpoint to update the catalogue/site data in the database.

funmise commented 5 months ago

DO NOT USE, functionality has been chnaged