diff --git a/Frontend/patient_manager/lib/components/patientNotes.dart b/Frontend/patient_manager/lib/components/patientNotes.dart index 4fc22a69..551094ec 100644 --- a/Frontend/patient_manager/lib/components/patientNotes.dart +++ b/Frontend/patient_manager/lib/components/patientNotes.dart @@ -60,7 +60,7 @@ class _PatientNotesState extends State { body: jsonEncode({ "note_name": titleController.text, "note_text": noteTextController.text, - "patient_id": widget.patientAppId, + "app_id": widget.patientAppId, }), ); if (response.statusCode == 201) {