Feature/amiriis azmayesh

This commit is contained in:
AmirHossein Mahmoodi
2024-12-29 08:11:21 +00:00
parent a1d8b43680
commit d342fa52c2
13 changed files with 38 additions and 42 deletions

View File

@@ -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 (