Implemented signalr for action assigning employee to project

This commit is contained in:
ashutosh.nehete 2025-06-13 10:43:42 +05:30
parent 24dc481169
commit 8832ff1c51

View File

@ -25,6 +25,7 @@ const ProjectCard = ({ projectData, recall }) => {
useEffect(()=>{ useEffect(()=>{
setProjectInfo(projectData); setProjectInfo(projectData);
},[projectData]) },[projectData])
// console.log("in card view",projectInfo);
const handleShow = async () => { const handleShow = async () => {
try { try {
setMdifyProjectLoading(true); setMdifyProjectLoading(true);