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