real-boxing
This commit is contained in:
@@ -6,6 +6,7 @@ import useRequest from '@/hooks/useRequest';
|
||||
import DashboardCreateBoxPage from '@/routes/private/boxes-create/DashboardCreateBox';
|
||||
import { useParams } from 'next/navigation';
|
||||
import React from 'react';
|
||||
import DashboardCreateRealBoxPage from './DashboardCreateRealBox';
|
||||
|
||||
type Props = {};
|
||||
|
||||
@@ -78,7 +79,7 @@ const DashboardEditRealBoxPage = (props: Props) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<DashboardCreateBoxPage initialValues={getOneBox.data} />
|
||||
<DashboardCreateRealBoxPage initialValues={getOneBox.data} />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user