Browse Source

no message

master
[email protected] 1 month ago
parent
commit
b0b0a7efb0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/routes/MainRoutes.js

+ 1
- 1
src/routes/MainRoutes.js View File

@@ -39,7 +39,7 @@ const MainRoutes = () => {
handleRouteAbility(
ability.can('VIEW', 'CLIENT'),
<ClientSearchPage />,
<Navigate to="/userSearchview" />
<Navigate to="/" />
)
),
},


Loading…
Cancel
Save