Merge pull request #104 from OvrAp3x/patch-1

remove "limit" on route amount as it is not enforced
This commit is contained in:
dec0dOS 2022-08-17 11:59:15 +03:00 committed by GitHub
commit 0d9feaa8d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }}>