Skip to content

Commit 194a70b

Browse files
committed
wip
1 parent e1956cd commit 194a70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ehr/src/pages/reports/InvoiceablePatients.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export default function InvoiceablePatients(): React.ReactElement {
233233
<FormProvider {...methods}>
234234
<Paper>
235235
<Stack direction="row" spacing={2} padding="8px">
236-
<SelectInput name="status" label="Status" options={InvoiceTaskDisplayStatuses} />
236+
<SelectInput name="status" label="Status" options={InvoiceTaskDisplayStatuses as unknown as string[]} />
237237
<TextField {...methods.register('patient')} label="Patient id" sx={{ width: '100%' }} size="small" />
238238
</Stack>
239239
</Paper>

0 commit comments

Comments
 (0)