We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1956cd commit 194a70bCopy full SHA for 194a70b
apps/ehr/src/pages/reports/InvoiceablePatients.tsx
@@ -233,7 +233,7 @@ export default function InvoiceablePatients(): React.ReactElement {
233
<FormProvider {...methods}>
234
<Paper>
235
<Stack direction="row" spacing={2} padding="8px">
236
- <SelectInput name="status" label="Status" options={InvoiceTaskDisplayStatuses} />
+ <SelectInput name="status" label="Status" options={InvoiceTaskDisplayStatuses as unknown as string[]} />
237
<TextField {...methods.register('patient')} label="Patient id" sx={{ width: '100%' }} size="small" />
238
</Stack>
239
</Paper>
0 commit comments