update customer edit form in the middle,

This commit is contained in:
louiscklaw
2025-04-23 01:01:31 +08:00
parent adc04a1a40
commit c8d184465a
5 changed files with 448 additions and 191 deletions

View File

@@ -143,7 +143,7 @@ function columns(handleDeleteClick: (testId: string) => void): ColumnDef<Custome
//
color="secondary"
component={RouterLink}
href={paths.dashboard.cr_questions.details(row.id)}
href={paths.dashboard.customers.details(row.id)}
>
<PencilSimpleIcon size={24} />
</LoadingButton>