Implemented signalr for action assigning employee to project
This commit is contained in:
parent
24dc481169
commit
8832ff1c51
@ -25,6 +25,7 @@ const ProjectCard = ({ projectData, recall }) => {
|
||||
useEffect(()=>{
|
||||
setProjectInfo(projectData);
|
||||
},[projectData])
|
||||
// console.log("in card view",projectInfo);
|
||||
const handleShow = async () => {
|
||||
try {
|
||||
setMdifyProjectLoading(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user