Skip to content

Commit adc1e6e

Browse files
committed
Fix ts error
1 parent cf214a9 commit adc1e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/containers/PatientsUberList/detail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function Documents({ patient }: { patient: WithId<Patient> }) {
4040
<PatientDocument
4141
patient={patient}
4242
author={author}
43-
autosave={true}
43+
autoSave={true}
4444
/>
4545
}
4646
/>

0 commit comments

Comments
 (0)