Feature/amiriis azmayesh
This commit is contained in:
@@ -9,8 +9,6 @@ const InputType = ({ itemInfo, defaultValues, setDefaultValues }) => {
|
||||
[itemInfo.id]: value,
|
||||
}));
|
||||
};
|
||||
console.log(itemInfo);
|
||||
|
||||
const label = itemInfo.unit ? `${itemInfo.name} (${itemInfo.unit})` : itemInfo.name;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user