forked from yaso_meth/mih-project
fix add not api call
This commit is contained in:
@@ -60,7 +60,7 @@ class _PatientNotesState extends State<PatientNotes> {
|
||||
body: jsonEncode(<String, dynamic>{
|
||||
"note_name": titleController.text,
|
||||
"note_text": noteTextController.text,
|
||||
"patient_id": widget.patientAppId,
|
||||
"app_id": widget.patientAppId,
|
||||
}),
|
||||
);
|
||||
if (response.statusCode == 201) {
|
||||
|
||||
Reference in New Issue
Block a user