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