mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 13:01:46 -07:00
Merge pull request #104 from OvrAp3x/patch-1
remove "limit" on route amount as it is not enforced
This commit is contained in:
commit
0d9feaa8d8
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 + "/32"})
|
||||
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