update mf build ok,

This commit is contained in:
louiscklaw
2025-04-22 04:40:01 +08:00
parent 0b38de74a2
commit 407d851b92
12 changed files with 150 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ function columns(handleDeleteClick: (testId: string) => void): ColumnDef<MfQuest
<Link
color="inherit"
component={RouterLink}
href={paths.dashboard.mf_categories.details(row.id)}
href={paths.dashboard.mf_questions.details(row.id)}
sx={{ whiteSpace: 'nowrap' }}
variant="subtitle2"
>
@@ -163,7 +163,7 @@ function columns(handleDeleteClick: (testId: string) => void): ColumnDef<MfQuest
//
color="secondary"
component={RouterLink}
href={paths.dashboard.mf_categories.details(row.id)}
href={paths.dashboard.mf_questions.details(row.id)}
>
<PencilSimpleIcon size={24} />
</LoadingButton>