Added Document Managment feature #388
@ -555,7 +555,7 @@ useEffect(() => {
|
|||||||
colSpan={8}
|
colSpan={8}
|
||||||
style={{ paddingTop: "20px", textAlign: "center" }}
|
style={{ paddingTop: "20px", textAlign: "center" }}
|
||||||
>
|
>
|
||||||
No Data Found
|
No team members assigned yet
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
) : null}
|
) : null}
|
||||||
|
@ -43,6 +43,7 @@ import MainLoginWithOTPPage from "../pages/authentication/MainLoginWithOTPPage";
|
|||||||
import MainRegisterPage from "../pages/authentication/MainRegisterPage";
|
import MainRegisterPage from "../pages/authentication/MainRegisterPage";
|
||||||
import MainForgetPage from "../pages/authentication/MainForgetPage";
|
import MainForgetPage from "../pages/authentication/MainForgetPage";
|
||||||
import MainResetPasswordPage from "../pages/authentication/MainResetPasswordPage";
|
import MainResetPasswordPage from "../pages/authentication/MainResetPasswordPage";
|
||||||
|
import TenantPage from "../pages/Tenant/TenantPage";
|
||||||
|
|
||||||
const router = createBrowserRouter(
|
const router = createBrowserRouter(
|
||||||
[
|
[
|
||||||
@ -83,6 +84,7 @@ const router = createBrowserRouter(
|
|||||||
{ path: "/gallary", element: <ImageGallary /> },
|
{ path: "/gallary", element: <ImageGallary /> },
|
||||||
{ path: "/expenses", element: <ExpensePage /> },
|
{ path: "/expenses", element: <ExpensePage /> },
|
||||||
{ path: "/masters", element: <MasterPage /> },
|
{ path: "/masters", element: <MasterPage /> },
|
||||||
|
{ path: "/tenants", element: <TenantPage /> },
|
||||||
{ path: "/help/support", element: <Support /> },
|
{ path: "/help/support", element: <Support /> },
|
||||||
{ path: "/help/docs", element: <Documentation /> },
|
{ path: "/help/docs", element: <Documentation /> },
|
||||||
{ path: "/help/connect", element: <Connect /> },
|
{ path: "/help/connect", element: <Connect /> },
|
||||||
@ -96,7 +98,6 @@ const router = createBrowserRouter(
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
// ✅ Enables the v7 splat path resolution behavior
|
|
||||||
future: {
|
future: {
|
||||||
v7_relativeSplatPath: true,
|
v7_relativeSplatPath: true,
|
||||||
v7_startTransition: true,
|
v7_startTransition: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user