17025 viewall unsub fix
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user