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