time tracking
This commit is contained in:
@@ -38,7 +38,6 @@ const AddDealProductModal = ({
|
||||
services: validateServices
|
||||
}
|
||||
});
|
||||
console.log(form.values);
|
||||
|
||||
const onClose = () => {
|
||||
context.closeContextModal(id);
|
||||
|
||||
@@ -33,7 +33,6 @@ const ProductServiceFormModal = ({
|
||||
const onClose = () => {
|
||||
context.closeContextModal(id);
|
||||
}
|
||||
console.log(innerProps)
|
||||
return (
|
||||
<BaseFormModal
|
||||
{...innerProps}
|
||||
|
||||
Reference in New Issue
Block a user