feat: deal product services

This commit is contained in:
2024-05-19 03:30:04 +03:00
parent b0cfaf3a8b
commit c5cd8e350f
28 changed files with 332 additions and 151 deletions

View File

@@ -44,7 +44,6 @@ const CreateServiceModal = ({
})
console.log(form.values)
const onCancelClick = () => {
context.closeContextModal(id);
}