You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enrolling a new patient, the new record is added to the database, and displays in the table. But it only shows the new record, rather than adding it to the existing table.
Patient test123 Exists in Table
Patient foo123 Is Added
But instead of test123 and foo123 both being in the table, only foo123 is shown.
Browser console shows that the client has three records in the Patient_Enrollment_form cursor.
Result is that form reactivity is broken.
The text was updated successfully, but these errors were encountered:
When enrolling a new patient, the new record is added to the database, and displays in the table. But it only shows the new record, rather than adding it to the existing table.
Patient test123 Exists in Table
Patient foo123 Is Added
But instead of test123 and foo123 both being in the table, only foo123 is shown.

Browser console shows that the client has three records in the Patient_Enrollment_form cursor.

Result is that form reactivity is broken.
The text was updated successfully, but these errors were encountered: