time tracking

This commit is contained in:
2024-08-03 05:38:46 +03:00
parent 2ae47287a2
commit 8736fe475b
6 changed files with 1 additions and 10 deletions

View File

@@ -38,7 +38,6 @@ const AddDealProductModal = ({
services: validateServices
}
});
console.log(form.values);
const onClose = () => {
context.closeContextModal(id);

View File

@@ -33,7 +33,6 @@ const ProductServiceFormModal = ({
const onClose = () => {
context.closeContextModal(id);
}
console.log(innerProps)
return (
<BaseFormModal
{...innerProps}