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(()=>{
|
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user