updated weatched case for tickent number

This commit is contained in:
2025-08-13 09:58:39 +01:00
parent 664d0dd787
commit fc1f63f388
4 changed files with 40 additions and 12 deletions
+4 -1
View File
@@ -878,7 +878,10 @@ const ViewAllResults = (props) => {
deleteWatchedCases(caseID)
.then((data) => data)
.then(() => {
getWatchedCasesProxy(cookies.pinsUser).then((data) => {
console.log("in heree");
getWatchedCasesProxy(
props.accountDetails.loggedinUserId
).then((data) => {
setWatchedCases(data),
getDetailsProxy(data, "myWatchedCases")
.then((data) => {