remove "limit" on route amount as it is not enforced

This commit is contained in:
Einar Stenberg 2022-08-16 15:28:20 +02:00 committed by GitHub
parent e2c651ad05
commit 3f8b45dd8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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