mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 21:11:41 -07:00
remove "limit" on route amount as it is not enforced
This commit is contained in:
parent
e2c651ad05
commit
3f8b45dd8d
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 + "/32"})
|
Managed Routes ({routes.length})
|
||||||
</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