mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-07 13:31: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 (
|
return (
|
||||||
<>
|
<>
|
||||||
<Typography style={{ paddingBottom: "10px" }}>
|
<Typography style={{ paddingBottom: "10px" }}>
|
||||||
Managed Routes ({routes.length})
|
Managed Routes ({routes.length + "/128"})
|
||||||
</Typography>
|
</Typography>
|
||||||
<Box border={1} borderColor="grey.300">
|
<Box border={1} borderColor="grey.300">
|
||||||
<Grid item style={{ margin: "10px" }}>
|
<Grid item style={{ margin: "10px" }}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue