맥스 10만 추가

This commit is contained in:
hyojun.choi 2025-03-14 18:21:00 +09:00
parent 0956bcc4ad
commit 222dca6d14

View File

@ -46,6 +46,10 @@ export default function PlanSizeSetting(props) {
const changeInput = (value, e) => {
const { name } = e.target
if (Number(value) > 100000) {
value = 100000
}
setPlanSizeSettingMode((prev) => {
return {
...prev,