diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-02 15:17:28 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-02 15:17:28 +0530 |
commit | 6c0164e035bc9762a81ccbaade714e5193538095 (patch) | |
tree | d9e06dfc6ae46f0321424800a64fb0c64a89578d /src/components/Form/AddNewItemForm.js | |
parent | 7811161205e743ba40ce036b1486520f52414c34 (diff) |
added back the menu buttons on RegisterItemForm now it works
Diffstat (limited to 'src/components/Form/AddNewItemForm.js')
-rw-r--r-- | src/components/Form/AddNewItemForm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Form/AddNewItemForm.js b/src/components/Form/AddNewItemForm.js index 69a53f3..809de87 100644 --- a/src/components/Form/AddNewItemForm.js +++ b/src/components/Form/AddNewItemForm.js @@ -104,7 +104,7 @@ const AddNewItemForm = (props) => { <label> Description: - <input className={"wideInputBox"} type="text" step="0.1" value={itemDescValue} + <input className={"wideInputBox"} type="text" value={itemDescValue} onChange={ (event) => { setItemDescValue(event.target.value); |