Project_Branch_Management : New Feature Service Project - Branch Management #519

Merged
pramod.mahajan merged 76 commits from Project_Branch_Management into main 2025-11-25 09:42:48 +00:00
Showing only changes of commit df24b18a27 - Show all commits

View File

@ -5,7 +5,7 @@ import { useForm } from 'react-hook-form';
import { zodResolver } from '@hookform/resolvers/zod';
import Label from '../common/Label';
const ManageBranch = ({ BranchToEdit = null }) => {
const ManageBranch = ({ closeModal,BranchToEdit = null }) => {
const schema = BranchSchema();
const {