feat: enhance party user schema with address fields, update frontend form and API calls to use PartyUser naming convention

This commit is contained in:
louiscklaw
2025-06-17 19:59:09 +08:00
parent 834f9360ba
commit ae7f005236
5 changed files with 43 additions and 26 deletions

View File

@@ -12,12 +12,12 @@ export function UserCreateView() {
return (
<DashboardContent>
<CustomBreadcrumbs
heading={t('Create a new user')}
heading={t('Create a new party user')}
links={[
//
{ name: t('Dashboard'), href: paths.dashboard.root },
{ name: t('User'), href: paths.dashboard.user.root },
{ name: t('New user') },
{ name: t('Party User'), href: paths.dashboard.user.root },
{ name: t('New') },
]}
sx={{ mb: { xs: 3, md: 5 } }}
/>