-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Enforce 2500 seat limit for Enterprise users #6953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enforce 2500 seat limit for Enterprise users #6953
Conversation
Signed-off-by: Rajesh-Nagarajan-11 <[email protected]>
Signed-off-by: Rajesh-Nagarajan-11 <[email protected]>
🚀 Preview for commit 060adfb at: https://68dca9c6275b3bc14a8d1f6f--layer5.netlify.app |
🚀 Preview for commit 16df167 at: https://68dced376fda866fac755cde--layer5.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Enforces a hard cap of 2,500 seats for Enterprise users in the pricing UI and tweaks the input field width for readability.
- Add input validation to restrict Enterprise user count to the [1, 2500] range.
- Increase TextField width from 50px to 65px.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
src/components/Pricing/PricingAddons/index.js | Adds onChange validation to enforce the 2,500-seat cap and removes inputProps. |
src/components/Pricing/PricingAddons/styles.js | Widens the enterprise user input TextField for readability. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
🚀 Preview for commit 0ee4895 at: https://68e14ec24ad867d118ce9aa2--layer5.netlify.app |
Description
Hacktoberfest Contribution 🎉
This PR fixes #6949
This PR implements a restriction for Enterprise user seat allocation, capping the number of seats at 2,500 to ensure fair access and system stability
Screencast.from.2025-10-01.08-22-52.webm
Notes for Reviewers
inputProps
from TextField in Sistent as it was not workingSigned commits