added Expense key

This commit is contained in:
pramod mahajan 2025-08-05 23:57:09 +05:30
parent a8d5b74157
commit 549f11818b

View File

@ -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" ||