diff --git a/src/features/games/pages/GameRobotPage.jsx b/src/features/games/pages/GameRobotPage.jsx index 1bb946b..9c8f2ca 100644 --- a/src/features/games/pages/GameRobotPage.jsx +++ b/src/features/games/pages/GameRobotPage.jsx @@ -30,6 +30,7 @@ const defaultGenerateForm = { count: 20, nicknameLanguage: "arabic", }; +const maxGenerateRobotCount = 1000; export function GameRobotPage() { const { can } = useAuth(); @@ -265,11 +266,11 @@ function GenerateDialog({ form, loading, open, setForm, onClose, onSubmit }) { > setForm({ ...form, count: event.target.value })} />