added signalr
This commit is contained in:
parent
0f5473bddd
commit
5ec938cce9
@ -53,6 +53,9 @@ export function startSignalR(loggedUser) {
|
|||||||
eventBus.emit("attendance_log", data);
|
eventBus.emit("attendance_log", data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(data.keyword == "Expanse"){
|
||||||
|
queryClient.invalidateQueries({queryKey:["Expenses"]})
|
||||||
|
}
|
||||||
// if create or update project
|
// if create or update project
|
||||||
if (
|
if (
|
||||||
data.keyword == "Create_Project" ||
|
data.keyword == "Create_Project" ||
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user