OwnInput
This commit is contained in:
parent
3c604eb72a
commit
4747efbfc2
|
@ -624,7 +624,6 @@ export default function EditHome() {
|
||||||
<OwnInput
|
<OwnInput
|
||||||
id="addWeChatPrice"
|
id="addWeChatPrice"
|
||||||
type="number"
|
type="number"
|
||||||
fontSize="22"
|
|
||||||
value={formData.wechatPrice}
|
value={formData.wechatPrice}
|
||||||
onChange={(value) =>
|
onChange={(value) =>
|
||||||
setFormData((old) => ({ ...old, wechatPrice: value }))
|
setFormData((old) => ({ ...old, wechatPrice: value }))
|
||||||
|
|
Loading…
Reference in New Issue