feat: enhance party user schema with address fields, update frontend form and API calls to use PartyUser naming convention
This commit is contained in:
@@ -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 } }}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user