맥스 10만 추가
This commit is contained in:
parent
0956bcc4ad
commit
222dca6d14
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user