added Expense key
This commit is contained in:
parent
a8d5b74157
commit
549f11818b
@ -52,7 +52,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