feat: update frontend references from User to PartyUser for party user management module
This commit is contained in:
@@ -2,7 +2,7 @@ import { useTranslation } from 'react-i18next';
|
||||
import { CustomBreadcrumbs } from 'src/components/custom-breadcrumbs';
|
||||
import { DashboardContent } from 'src/layouts/dashboard';
|
||||
import { paths } from 'src/routes/paths';
|
||||
import { UserNewEditForm } from '../party-user-new-edit-form';
|
||||
import { PartyUserNewEditForm } from '../party-user-new-edit-form';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -22,7 +22,7 @@ export function UserCreateView() {
|
||||
sx={{ mb: { xs: 3, md: 5 } }}
|
||||
/>
|
||||
|
||||
<UserNewEditForm />
|
||||
<PartyUserNewEditForm />
|
||||
</DashboardContent>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user