fix add not api call
This commit is contained in:
parent
c30b6140cb
commit
8a2aba667f
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue