mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-05 20:41:43 -07:00
Update ManagedRoutes.jsx
This commit is contained in:
parent
3f8b45dd8d
commit
6d69831bc6
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function ManagedRoutes({ routes, handleChange }) {
|
|||
return (
|
||||
<>
|
||||
<Typography style={{ paddingBottom: "10px" }}>
|
||||
Managed Routes ({routes.length})
|
||||
Managed Routes ({routes.length + "/128"})
|
||||
</Typography>
|
||||
<Box border={1} borderColor="grey.300">
|
||||
<Grid item style={{ margin: "10px" }}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue