17025 viewall unsub fix

This commit is contained in:
2025-06-10 17:16:42 +01:00
parent 28eb95018a
commit e920ea681e
+1 -1
View File
@@ -1006,7 +1006,7 @@ const ViewAllResults = (props) => {
createWatchedCases(updateBody)
.then((data) => data)
.then(() => {
getWatchedCases(props.accountDetails.loggedinUserId).then(
getWatchedCasesProxy(props.accountDetails.loggedinUserId).then(
(data) => {
let showWatchedCases = (submittedArr) => {
const required = submittedArr.value.filter((el) => {